<complexType name="AddressPropertyType">
<annotation>
<documentation>Property type for ontaining an Address object.</documentation>
</annotation>
<sequence>
<element ref="diggs:Address" minOccurs="1" maxOccurs="1">
<annotation>
<documentation>The address object contains properties of a physical address.</documentation>
</annotation>
</element>
</sequence>
</complexType>
|