ZVON > References > UDDI Reference |
Intro / Search / ZVON |
Element | email [ v2 ] |
---|---|
Occurs in | [ ] - [ ] (comparison ) |
Parents | contact |
Description | Data: an email address. |
Attributes | useType Descriptive attribute. Used to convey the intended use. Suggested values are URN identifying the intended use. Ex. "urn:contact:technical" |
XML Schema |
---|
<xsd:element name="email"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="useType" type="xsd:string"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
Expanded XML Schema |
---|
<xsd:element name="email"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="useType" type="xsd:string"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |