LocationType

Complex Type Information

Model

Children: vendorData

Attributes

QName Type Fixed Default Use Inheritable Annotation
country xsd:string optional
locality xsd:string optional
region xsd:string optional
useWhenCurrent xsd:boolean true optional

Used By

Source

<xsd:complexType name="LocationType">
  <xsd:sequence>
    <xsd:element name="vendorData" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:sequence>
  <xsd:attribute name="country" type="xsd:string" use="optional"/>
  <xsd:attribute name="region" type="xsd:string" use="optional"/>
  <xsd:attribute name="locality" type="xsd:string" use="optional"/>
  <xsd:attribute name="useWhenCurrent" type="xsd:boolean" use="optional" default="true"/>
</xsd:complexType>