Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Included schema ConditionCodes.xsd
Namespace http://www.buckeyemountain.com/xml-schemas/TrailerBillingRepairs
Properties
attribute form default unqualified
element form default qualified
Simple Type ConditionCodeType
Namespace http://www.buckeyemountain.com/xml-schemas/TrailerBillingRepairs
Annotations
Represents a Condition Code for the corrective repair performed as defined by the AAR Intermodal Interchange Rules Including Billing and Repair Procedures published by the Association of American Railroads. This definition enumerates all valid procedural codes.
https://aar.com/standards/pdfs/Intermodal.20200309.pdf
Diagram
Type restriction of xs:string
Facets
enumeration 0
enumeration 1
enumeration 2
enumeration 3
enumeration 4
enumeration 5
enumeration 6
enumeration 7
enumeration 8
enumeration 9
enumeration A
enumeration B
enumeration C
enumeration D
enumeration E
enumeration F
enumeration G
enumeration H
enumeration I
enumeration J
enumeration K
enumeration
Used by
Source
<xs:simpleType name="ConditionCodeType">
  <xs:annotation>
    <xs:documentation>Represents a Condition Code for the corrective repair performed as defined by the AAR Intermodal Interchange Rules Including Billing and Repair Procedures published by the Association of American Railroads. This definition enumerates all valid 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="0">
      <xs:annotation>
        <xs:appinfo>Temporary Repair</xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:appinfo>Replace w/New</xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:appinfo>Replace w/Used</xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:appinfo>Replace w/Remfg/Recap</xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:appinfo>RR&R</xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="5">
      <xs:annotation>
        <xs:appinfo>R&R</xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="6">
      <xs:annotation>
        <xs:appinfo>Material Only</xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="7">
      <xs:annotation>
        <xs:appinfo>Labor Only</xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:appinfo>Straighten</xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:appinfo>Seal</xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="A">
      <xs:annotation>
        <xs:appinfo>Secure</xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="B">
      <xs:annotation>
        <xs:appinfo>Patch</xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="C">
      <xs:annotation>
        <xs:appinfo>Section</xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="D">
      <xs:annotation>
        <xs:appinfo>Weld</xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="E">
      <xs:annotation>
        <xs:appinfo>Patch, Buck Rivets</xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="F">
      <xs:annotation>
        <xs:appinfo>Patch, SS Pop Rivets</xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="G">
      <xs:annotation>
        <xs:appinfo>Section, Buck Rivets</xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="H">
      <xs:annotation>
        <xs:appinfo>Overlay</xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="I">
      <xs:annotation>
        <xs:appinfo>Insert</xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="J">
      <xs:annotation>
        <xs:appinfo>Inspection,NoRepairRequired</xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="K">
      <xs:annotation>
        <xs:appinfo>Inspection,RepairRequired</xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value=""/>
  </xs:restriction>
</xs:simpleType>