Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The AddressEntityType complex type specifies a street address. This type extends the EntityType complex type, as specified by section 2.2.4.22.<30>
-
xs:complexType name="AddressEntityType"> <xs:complexContent> <xs:extension base="t:EntityType"> <xs:sequence> <xs:element name="Address" type="xs:string" minOccurs="0"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>.
Address: An element of type string , as defined in [XMLSCHEMA2] section 3.2.1, that represents a street address.