CommunicationComplexType

Contains all of the information needed to locate person or institution, e.g. address, phone, email etc.

Complex Type Information

Model

AddressLine | CountryCode | Email | Fax | Telephone | Uri | ANY element from ANY namespace OTHER than 'http://www.ivoa.net/xml/RTML/v3.3a'

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:ID optional
rdf xs:anyURI optional
ref xs:IDREF optional
uref UniqueNamesSimpleType optional

Used By

Source

<xs:complexType name="CommunicationComplexType">
  <xs:annotation>
    <xs:documentation>Contains all of the information needed to locate person or institution, e.g. address, phone, email etc.</xs:documentation>
  </xs:annotation>
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element name="AddressLine" type="xs:string"/>
    <xs:element name="CountryCode" type="xs:token"/>
    <xs:element name="Email" type="xs:anyURI"/>
    <xs:element name="Fax" type="xs:token"/>
    <xs:element name="Telephone" type="xs:token"/>
    <xs:element name="Uri" type="xs:anyURI"/>
    <xs:any namespace="##other" processContents="strict"/>
  </xs:choice>
  <xs:attributeGroup ref="RTMLAttributes"/>
</xs:complexType>