- https://purl.semanticip.org/linked-data/sdmx/ML/ContactType
TTL - Contact Type
- complexType
ContactType provides defines the contact information about a party.
- SDMXMessage.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ContactType">
<xs:annotation>
<xs:documentation>ContactType provides defines the contact information about a party.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element ref="common:Name" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Name contains a human-readable name for the contact.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Department" type="common:TextType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Department is designation of the organisational structure by a linguistic expression, within which the contact person works.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Role" type="common:TextType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Role is the responsibility of the contact person with respect to the object for which this person is the contact.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="Telephone" type="xs:string">
<xs:annotation>
<xs:documentation>Telephone holds the telephone number for the contact person.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Fax" type="xs:string">
<xs:annotation>
<xs:documentation>Fax holds the fax number for the contact person.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="X400" type="xs:string">
<xs:annotation>
<xs:documentation>X400 holds the X.400 address for the contact person.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="URI" type="xs:anyURI">
<xs:annotation>
<xs:documentation>URI holds an information URL for the contact person.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Email" type="xs:string">
<xs:annotation>
<xs:documentation>Email holds the email address for the contact person.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:sequence>
</xs:complexType>