Definition Type: ComplexType
Name: ShippingPermitType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
The information pertaining to a shipping permit for a shipment.
Collapse XSD Schema Diagram:
Drilldown into ShipToParty in schema components_xsd Drilldown into ImportPermitAmount in schema components_xsd Drilldown into LicenseExpirationDate in schema components_xsd Drilldown into ImporterOfRecordNumberString in schema components_xsdXSD Diagram of ShippingPermitType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="ShippingPermitType">
    <xsd:annotation>
        <xsd:documentation>The information pertaining to a shipping permit for a
            shipment.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element minOccurs="0" name="ImporterOfRecordNumberString" type="qdt:StringType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Import license
            number</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="LicenseExpirationDate" type="udt:DateType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Expiration date of
                license</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="ImportPermitAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Dollar value of import
                permit</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" ref="ShipToParty" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ImporterOfRecordNumberString star:ImporterOfRecordNumberString 0 (1)
LicenseExpirationDate star:LicenseExpirationDate 0 (1)
ImportPermitAmount star:ImportPermitAmount 0 (1)
ShipToParty star:ShipToParty 0 (1)
Collapse Derivation Tree:
Collapse References:
star:ShippingPermit