SubcontractingComponent

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
quantity required
requirementDate optional

Used By

Element ScheduleLine

Source

<xs:element name="SubcontractingComponent">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="ComponentID"/>
      <xs:element ref="UnitOfMeasure"/>
      <xs:element ref="Description" minOccurs="0"/>
      <xs:element ref="Product" minOccurs="0"/>
      <xs:element ref="ProductRevisionID" minOccurs="0"/>
      <xs:element ref="Batch" minOccurs="0"/>
    </xs:sequence>
    <xs:attribute name="quantity" use="required"/>
    <xs:attribute name="requirementDate"/>
  </xs:complexType>
</xs:element>

Sample