QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
country | xsd:string | optional | ||||
locality | xsd:string | optional | ||||
region | xsd:string | optional | ||||
useWhenCurrent | xsd:boolean | true | optional |
<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> |