<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> |