- https://purl.semanticip.org/linked-data/sdmx/ML/ContactType
TTL - owl:Class
- Contact Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/message
- message
- 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>
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:Name ;
owl:allValuesFrom xsd:string
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:Department ;
owl:allValuesFrom sip-sdmx-ML:TextType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:Role ;
owl:allValuesFrom sip-sdmx-ML:TextType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:Telephone ;
owl:allValuesFrom xsd:string
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:Telephone ;
owl:qualifiedCardinality 1 ;
owl:onDataRange xsd:string
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:Fax ;
owl:allValuesFrom xsd:string
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:Fax ;
owl:qualifiedCardinality 1 ;
owl:onDataRange xsd:string
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:X400 ;
owl:allValuesFrom xsd:string
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:X400 ;
owl:qualifiedCardinality 1 ;
owl:onDataRange xsd:string
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:URI ;
owl:allValuesFrom xsd:anyURI
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:URI ;
owl:qualifiedCardinality 1 ;
owl:onDataRange xsd:anyURI
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:Email ;
owl:allValuesFrom xsd:string
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:Email ;
owl:qualifiedCardinality 1 ;
owl:onDataRange xsd:string
] ;