<xs:group name="ItemLotSerialIdentifier">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Identifies a unique serial number and/or lot number for an item</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element ref="Lot" minOccurs="0" />
<xs:element name="SerialNumber" type="SerialNumber" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Identifies the Serial Number of the item</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:group>
|