QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
quantity | required | |||||
requirementDate | optional |
Element | ScheduleLine |
<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> |