<xsd:complexType name="SerializedLotOAGIType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5"> This is a STAR specific
version of the OAGIS 9.1 SerializedLotType. Is the Lot and Setial numbers for the
items contained in the associated component by identifing the number of items and
the uniques serial number of those items that belong to a given Lot.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" ref="oagis:ItemQuantity" />
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="Lot" />
<xsd:element maxOccurs="1" minOccurs="0" name="DispositionStatusType" type="oagis:StatusABIEType" />
<xsd:element maxOccurs="1" minOccurs="0" ref="oagis:SerialNumber" />
<xsd:element maxOccurs="1" minOccurs="0" ref="oagis:ParentSerialNumber" />
<xsd:element maxOccurs="unbounded" minOccurs="0" name="Description" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5" />
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="oagis:Note" />
</xsd:sequence>
</xsd:complexType>
|