<xs:complexType name="LotSerial">
<xs:sequence maxOccurs="unbounded">
<xs:element name="ItemQuantity" type="Quantity" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is the number of items associated with the LotSerial.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Lot" type="Lot" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Indicates the Lot associated with the LotSerial.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ParentLot" type="Lot" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is the parent lot of the current Lot.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="Disposition" minOccurs="0" />
<xs:element name="SerialNumber" type="SerialNumber" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is the serial number for each item in the item quantity.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ParentSerialNumber" type="SerialNumber" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is the parent's serial number of the given item. This allows the traking of serialized components of an assembly.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Description" type="Description" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="Note" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="UserArea" minOccurs="0" />
</xs:sequence>
</xs:complexType>
|