Showing:

Annotations
Attributes
Diagrams
Facets
Model
Properties
Source
Used by
Included schema Parts.xsd
Namespace http://www.buckeyemountain.com/xml-schemas/RepairOrders
Properties
attribute form default unqualified
element form default qualified
Element PartType / Description
Namespace http://www.buckeyemountain.com/xml-schemas/RepairOrders
Annotations
Represents a human-readable description of the part, assembly, or material.
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="Description" type="xs:string">
  <xs:annotation>
    <xs:documentation>Represents a human-readable description of the part, assembly, or material.</xs:documentation>
  </xs:annotation>
</xs:element>
Element PartType / Manufacturer
Namespace http://www.buckeyemountain.com/xml-schemas/RepairOrders
Annotations
Represents the name of the part, assembly, or material manufacturer.
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="Manufacturer" type="xs:string">
  <xs:annotation>
    <xs:documentation>Represents the name of the part, assembly, or material manufacturer.</xs:documentation>
  </xs:annotation>
</xs:element>
Element PartType / LotNumber
Namespace http://www.buckeyemountain.com/xml-schemas/RepairOrders
Annotations
Represents the manufacturing lot number of the part, asembly, or material.
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="LotNumber" type="xs:string">
  <xs:annotation>
    <xs:documentation>Represents the manufacturing lot number of the part, asembly, or material.</xs:documentation>
  </xs:annotation>
</xs:element>
Element PartType / PartNumber
Namespace http://www.buckeyemountain.com/xml-schemas/RepairOrders
Annotations
Represents the unique identification number of the part, assembly, or material.
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="PartNumber" type="xs:string">
  <xs:annotation>
    <xs:documentation>Represents the unique identification number of the part, assembly, or material.</xs:documentation>
  </xs:annotation>
</xs:element>
Element PartType / SerialNumber
Namespace http://www.buckeyemountain.com/xml-schemas/RepairOrders
Annotations
Represents a unique tracking number to identify an individual part, assembly, or material.
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="SerialNumber" type="xs:string">
  <xs:annotation>
    <xs:documentation>Represents a unique tracking number to identify an individual part, assembly, or material.</xs:documentation>
  </xs:annotation>
</xs:element>
Element PartType / PartQuantity
Namespace http://www.buckeyemountain.com/xml-schemas/RepairOrders
Annotations
Quantity of the individual part or material.
Diagram
Type NonFractionalQuantityType
Properties
content simple
minOccurs 0
Facets
minInclusive 0
Source
<xs:element minOccurs="0" name="PartQuantity" type="NonFractionalQuantityType">
  <xs:annotation>
    <xs:documentation>Quantity of the individual part or material.</xs:documentation>
  </xs:annotation>
</xs:element>
Element PartType / PartAmount
Namespace http://www.buckeyemountain.com/xml-schemas/RepairOrders
Annotations
Price of the individual part or material.
Diagram
Type PriceType
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
currency CurrencyCodeType optional
Code for the currency unit used for exchange of goods and services.
Source
<xs:element name="PartAmount" type="PriceType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Price of the individual part or material.</xs:documentation>
  </xs:annotation>
</xs:element>
Element PartType / PartTaxRate
Namespace http://www.buckeyemountain.com/xml-schemas/RepairOrders
Annotations
Tax rate on the part or material, expressed as a percentage.
Diagram
Type TaxRateType
Properties
content simple
minOccurs 0
Facets
fractionDigits 3
Source
<xs:element minOccurs="0" name="PartTaxRate" type="TaxRateType">
  <xs:annotation>
    <xs:documentation>Tax rate on the part or material, expressed as a percentage.</xs:documentation>
  </xs:annotation>
</xs:element>
Element PartType / PartTaxAmount
Namespace http://www.buckeyemountain.com/xml-schemas/RepairOrders
Annotations
Amount of taxes on the part or material.
Diagram
Type PriceType
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
currency CurrencyCodeType optional
Code for the currency unit used for exchange of goods and services.
Source
<xs:element minOccurs="0" name="PartTaxAmount" type="PriceType">
  <xs:annotation>
    <xs:documentation>Amount of taxes on the part or material.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type PartType
Namespace http://www.buckeyemountain.com/xml-schemas/RepairOrders
Annotations
Structure that represents a part, assembly, or material.
Diagram
Used by
Model
Children Description, LotNumber, Manufacturer, PartAmount, PartNumber, PartQuantity, PartTaxAmount, PartTaxRate, SerialNumber
Source
<xs:complexType name="PartType">
  <xs:annotation>
    <xs:documentation>Structure that represents a part, assembly, or material.</xs:documentation>
  </xs:annotation>
  <xs:all>
    <xs:element minOccurs="0" name="Description" type="xs:string">
      <xs:annotation>
        <xs:documentation>Represents a human-readable description of the part, assembly, or material.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="Manufacturer" type="xs:string">
      <xs:annotation>
        <xs:documentation>Represents the name of the part, assembly, or material manufacturer.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="LotNumber" type="xs:string">
      <xs:annotation>
        <xs:documentation>Represents the manufacturing lot number of the part, asembly, or material.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PartNumber" type="xs:string">
      <xs:annotation>
        <xs:documentation>Represents the unique identification number of the part, assembly, or material.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="SerialNumber" type="xs:string">
      <xs:annotation>
        <xs:documentation>Represents a unique tracking number to identify an individual part, assembly, or material.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="PartQuantity" type="NonFractionalQuantityType">
      <xs:annotation>
        <xs:documentation>Quantity of the individual part or material.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PartAmount" type="PriceType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Price of the individual part or material.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="PartTaxRate" type="TaxRateType">
      <xs:annotation>
        <xs:documentation>Tax rate on the part or material, expressed as a percentage.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="PartTaxAmount" type="PriceType">
      <xs:annotation>
        <xs:documentation>Amount of taxes on the part or material.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>