Definition Type: ComplexType
Name: LocationType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
A physical location of a person, place, or thing.
Collapse XSD Schema Diagram:
Drilldown into LocationFinalIndicator in schema components_xsd Drilldown into PrimaryContact in schema components_xsd Drilldown into SpecialInstructions in schema components_xsd Drilldown into WillAdviseIndicator in schema components_xsd Drilldown into RequestedDeliveryDate in schema components_xsd Drilldown into LocationTypeCode in schema components_xsd Drilldown into LocationSequenceID in schema components_xsd Drilldown into LocationID in schema components_xsd Drilldown into TelephoneCommunication in schema components_xsd Drilldown into LocationAddress in schema components_xsd Drilldown into LocationName in schema components_xsdXSD Diagram of LocationType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="LocationType">
    <xsd:annotation>
        <xsd:documentation source="www.openapplications.org">
                 A physical location of a person, place, or thing.
            </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element minOccurs="0" name="LocationName" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        A name to identify the location.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" ref="LocationAddress">
            <xsd:annotation>
                <xsd:documentation>
                        The address of the location being
                        described.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" ref="TelephoneCommunication">
            <xsd:annotation>
                <xsd:documentation>
                        The telephone communication details of the location being
                            described.
                        Deprecated. Use: PrimaryContact
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="LocationID" type="udt:IdentifierType">
            <xsd:annotation>
                <xsd:documentation>
                        Code identifying a physical location.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="LocationSequenceID" type="udt:IdentifierType">
            <xsd:annotation>
                <xsd:documentation>
                        A number that represents the sequence of locations along a
                            route of delivery. 
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="LocationTypeCode" type="sqdt:LocationTypeCodeType">
            <xsd:annotation>
                <xsd:documentation>
                        Type of location.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="RequestedDeliveryDate" type="udt:DateType">
            <xsd:annotation>
                <xsd:documentation>
                        Requested date of delivery. This is different from the
                            requested date of shipment.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="WillAdviseIndicator" type="udt:IndicatorType">
            <xsd:annotation>
                <xsd:documentation>
                        Flag indicating that the location address is not complete
                            and more information will be given later.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="SpecialInstructions" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        Special delivery instructions for this
                        location.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" ref="PrimaryContact">
            <xsd:annotation>
                <xsd:documentation>
                        A primary person or department that acts as a point of
                            contact with another peson or department.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="LocationFinalIndicator" type="udt:IndicatorType">
            <xsd:annotation>
                <xsd:documentation>
                        Indicates that the location is the final location in a
                            sequence of locations.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LocationName star:LocationName 0 (1)
LocationAddress star:LocationAddress 0 (1)
TelephoneCommunication star:TelephoneCommunication 0 (1)
LocationID star:LocationID 0 1
LocationSequenceID star:LocationSequenceID 0 1
LocationTypeCode star:LocationTypeCode 0 1
RequestedDeliveryDate star:RequestedDeliveryDate 0 1
WillAdviseIndicator star:WillAdviseIndicator 0 1
SpecialInstructions star:SpecialInstructions 0 1
PrimaryContact star:PrimaryContact 0 1
LocationFinalIndicator star:LocationFinalIndicator 0 1
Collapse Derivation Tree:
Collapse References:
star:DestinationLocation, star:Location