Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Included schema ResponsibilityCodes.xsd
Namespace http://www.buckeyemountain.com/xml-schemas/RepairOrders
Properties
attribute form default unqualified
element form default qualified
Simple Type ResponsibilityCodeType
Namespace http://www.buckeyemountain.com/xml-schemas/RepairOrders
Annotations
Represents a Responsibility Code identifying the party responsible for damage as defined by the AAR Intermodal Interchange Rules Including Billing and Repair Procedures published by the Association of American Railroads. This definition enumerates several of the most common procedural codes.
https://aar.com/standards/pdfs/Intermodal.20200309.pdf
Diagram
Type restriction of xs:string
Facets
enumeration 01
Owner
enumeration 1
Owner
enumeration 02
Handling Line
enumeration 2
Handling Line
enumeration 03
Damage
enumeration 3
Damage
Used by
Source
<xs:simpleType name="ResponsibilityCodeType">
  <xs:annotation>
    <xs:documentation>Represents a Responsibility Code identifying the party responsible for damage as defined by the AAR Intermodal Interchange Rules Including Billing and Repair Procedures published by the Association of American Railroads. This definition enumerates several of the most common procedural codes.</xs:documentation>
    <xs:documentation>https://aar.com/standards/pdfs/Intermodal.20200309.pdf</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="01">
      <xs:annotation>
        <xs:documentation>Owner</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation>Owner</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="02">
      <xs:annotation>
        <xs:documentation>Handling Line</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation>Handling Line</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="03">
      <xs:annotation>
        <xs:documentation>Damage</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation>Damage</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>