Contact

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
addressID optional
addressIDDomain optional
role xs:NMTOKEN optional

Used By

Source

<xs:element name="Contact">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="Name"/>
      <xs:element ref="PostalAddress" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="Email" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="Phone" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="Fax" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="URL" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="IdReference" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="Extrinsic" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="role" type="xs:NMTOKEN"/>
    <xs:attribute name="addressID"/>
    <xs:attribute name="addressIDDomain"/>
  </xs:complexType>
</xs:element>

Sample