Definition Type: ComplexType
Name: LotType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into RFID in schema fields_xsd1 Drilldown into SerialNumber in schema fields_xsd1 Drilldown into Quantity in schema fields_xsd1 Drilldown into EffectiveTimePeriod in schema components_xsd1 Drilldown into LotIDs in schema components_xsd1 Drilldown into sequence in schema components_xsd1XSD Diagram of LotType in schema components_xsd1 (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="LotType">
    <xsd:sequence>
        <xsd:element minOccurs="0" ref="LotIDs" />
        <xsd:element minOccurs="0" ref="EffectiveTimePeriod" />
        <xsd:element minOccurs="0" ref="Quantity" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="SerialNumber" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="RFID" />
        <!-- <xsd:element ref="UserArea" minOccurs="0" /> -->
    </xsd:sequence>
    <xsd:attribute name="sequence" type="PositiveIntegerNumericType" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LotIDs oagis:LotIDs 0 (1)
EffectiveTimePeriod oagis:EffectiveTimePeriod 0 (1)
Quantity oagis:Quantity 0 (1)
SerialNumber oagis:SerialNumber 0 unbounded
RFID oagis:RFID 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
sequence oagis:sequence (Optional)
Collapse Derivation Tree:
Collapse References:
oagis:Lot