Definition Type: ComplexType
Name: SerializedLotOAGIType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
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.
Collapse XSD Schema Diagram:
Drilldown into Note in schema fields_xsd1 Drilldown into Description in schema components_xsd Drilldown into ParentSerialNumber in schema fields_xsd1 Drilldown into SerialNumber in schema fields_xsd1 Drilldown into DispositionStatusType in schema components_xsd Drilldown into Lot in schema components_xsd Drilldown into ItemQuantity in schema fields_xsd1XSD Diagram of SerializedLotOAGIType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ItemQuantity oagis:ItemQuantity 0 1
Lot star:Lot 0 unbounded
DispositionStatusType star:DispositionStatusType 0 1
SerialNumber oagis:SerialNumber 0 1
ParentSerialNumber oagis:ParentSerialNumber 0 1
Description star:Description 0 unbounded
Note oagis:Note 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:SerializedLot