Showing:

Annotations
Diagrams
Facets
Properties
Source
Included schema RepairSizes.xsd
Namespace http://www.buckeyemountain.com/xml-schemas/RepairOrders
Properties
attribute form default unqualified
element form default qualified
Simple Type RepairSize
Namespace http://www.buckeyemountain.com/xml-schemas/RepairOrders
Annotations
Represents a tire size or material repair size or area.
Diagram
Type union of(DistanceMeasurement, TireSize)
Source
<xs:simpleType name="RepairSize">
  <xs:annotation>
    <xs:documentation>Represents a tire size or material repair size or area.</xs:documentation>
  </xs:annotation>
  <xs:union memberTypes="DistanceMeasurement TireSize"/>
</xs:simpleType>
Simple Type DistanceMeasurement
Namespace http://www.buckeyemountain.com/xml-schemas/RepairOrders
Annotations
Enumerated list of valid material repair lengths and areas.
Diagram
Type restriction of xs:string
Facets
enumeration 108 Inches
enumeration 12 Inches
enumeration 120 Inches
enumeration 12x12 Inches
enumeration 12x18 Inches
enumeration 12x24 Inches
enumeration 12x36 Inches
enumeration 132 Inches
enumeration 136 Inches
enumeration 144 Inches
enumeration 156 Inches
enumeration 168 Inches
enumeration 18 Inches
enumeration 180 Inches
enumeration 18x18 Inches
enumeration 192 Inches
enumeration 204 Inches
enumeration 24 Inches
enumeration 24x24 Inches
enumeration 30 Inches
enumeration 36 Inches
enumeration 36x36 Inches
enumeration 40 Foot
enumeration 45 Foot
enumeration 48 Foot
enumeration 48 Inches
enumeration 53 Foot
enumeration 6 Inches
enumeration 60 Inches
enumeration 6x6 Inches
enumeration 72 Inches
enumeration 84 Inches
enumeration 96 Inches
Source
<xs:simpleType name="DistanceMeasurement">
  <xs:annotation>
    <xs:documentation>Enumerated list of valid material repair lengths and areas.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="108 Inches"/>
    <xs:enumeration value="12 Inches"/>
    <xs:enumeration value="120 Inches"/>
    <xs:enumeration value="12x12 Inches"/>
    <xs:enumeration value="12x18 Inches"/>
    <xs:enumeration value="12x24 Inches"/>
    <xs:enumeration value="12x36 Inches"/>
    <xs:enumeration value="132 Inches"/>
    <xs:enumeration value="136 Inches"/>
    <xs:enumeration value="144 Inches"/>
    <xs:enumeration value="156 Inches"/>
    <xs:enumeration value="168 Inches"/>
    <xs:enumeration value="18 Inches"/>
    <xs:enumeration value="180 Inches"/>
    <xs:enumeration value="18x18 Inches"/>
    <xs:enumeration value="192 Inches"/>
    <xs:enumeration value="204 Inches"/>
    <xs:enumeration value="24 Inches"/>
    <xs:enumeration value="24x24 Inches"/>
    <xs:enumeration value="30 Inches"/>
    <xs:enumeration value="36 Inches"/>
    <xs:enumeration value="36x36 Inches"/>
    <xs:enumeration value="40 Foot"/>
    <xs:enumeration value="45 Foot"/>
    <xs:enumeration value="48 Foot"/>
    <xs:enumeration value="48 Inches"/>
    <xs:enumeration value="53 Foot"/>
    <xs:enumeration value="6 Inches"/>
    <xs:enumeration value="60 Inches"/>
    <xs:enumeration value="6x6 Inches"/>
    <xs:enumeration value="72 Inches"/>
    <xs:enumeration value="84 Inches"/>
    <xs:enumeration value="96 Inches"/>
  </xs:restriction>
</xs:simpleType>
Simple Type TireSize
Namespace http://www.buckeyemountain.com/xml-schemas/RepairOrders
Annotations
Enumerated list of valid tire sizes.
Diagram
Type restriction of xs:string
Facets
enumeration 11.22.5
enumeration 10.002
enumeration 11R.22.5
Source
<xs:simpleType name="TireSize">
  <xs:annotation>
    <xs:documentation>Enumerated list of valid tire sizes.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="11.22.5">
      <xs:annotation>
        <xs:documentation>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="10.002">
      <xs:annotation>
        <xs:documentation>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="11R.22.5">
      <xs:annotation>
        <xs:documentation>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>