ZVON > References > UDDI Reference |
Intro / Search / ZVON |
Element | addressLine [ v2 ] |
---|---|
Occurs in | [ ] - [ ] (comparison ) |
Parents | address |
Description | A part of an address. Order of addressLine elements is not lax. Use the optional keyName keyValue attributes to specify field specific parsing hints. These should be used in conjunction with the optional tModelKey on the address structure to identify the namespace or context of the address element. These field hints are not validated by UDDI registries. |
Attributes | keyName The name part of a name-value pair. In a keyedReference, these are purely descriptive except when used with the uddi-org:general tModell, where they are used as the Name part of a name value pair. In address, these are addressLine code-set field names keyValue The value part of a name-value pair. This is the value associated with the context specified by the tModelKey value. In address, these are qualifierss on the field name. |
XML Schema |
---|
<xsd:element name="addressLine"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="keyName" type="xsd:string"/> <xsd:attribute name="keyValue" type="xsd:string"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
Expanded XML Schema |
---|
<xsd:element name="addressLine"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="keyName" type="xsd:string"/> <xsd:attribute name="keyValue" type="xsd:string"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |