<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>
|