<element name="postalCode" type="string" minOccurs="0" maxOccurs="1"><annotation><documentation>Code or identifier for the postal.</documentation></annotation></element>
Database handle for the object. It is of XML type ID, so is constrained to beunique in the XML document within which it occurs. An external identifier for the object inthe form of a URI may be constructed using standard XML and XPointer methods. This is doneby concatenating the URI for the document, a fragment separator, and the value of the idattribute.
Source
<complexType name="AddressType"><annotation><documentation>Complex type: AddressType</documentation></annotation><complexContent><extension base="diggs:AbstractObjectBaseType"><sequence><element name="number" type="string" minOccurs="0" maxOccurs="1"><annotation><documentation>The number property.</documentation></annotation></element><element name="streetAddress" type="string" minOccurs="0" maxOccurs="unbounded"><annotation><documentation>The street address property.</documentation></annotation></element><element name="city" type="string" minOccurs="0" maxOccurs="1"><annotation><documentation>The city property.</documentation></annotation></element><element name="state" type="string" minOccurs="0" maxOccurs="1"><annotation><documentation>The state property.</documentation></annotation></element><element name="province" type="string" minOccurs="0" maxOccurs="1"><annotation><documentation>The province property.</documentation></annotation></element><element name="county" type="string" minOccurs="0" maxOccurs="1"><annotation><documentation>The county property.</documentation></annotation></element><element name="country" type="string" minOccurs="0" maxOccurs="1"><annotation><documentation>The country property.</documentation></annotation></element><element name="postalCode" type="string" minOccurs="0" maxOccurs="1"><annotation><documentation>Code or identifier for the postal.</documentation></annotation></element></sequence></extension></complexContent></complexType>