ContactType

Last modified by Artur K. on 2026/06/05 17:36

  

https://purl.semanticip.org/linked-data/sdmx/ML/structure/ContactType_2 page_white_text TTL
owl:Class
Contact Type
http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
structure
complexType

ContactType describes the structure of a contact's details.

SDMXStructureOrganisation.xsd

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ContactType">
  <xs:annotation>
   <xs:documentation>ContactType describes the structure of a contact's details.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
   <xs:element ref="common:Name" minOccurs="0" maxOccurs="unbounded" />
   <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:attribute name="id" type="common:IDType" use="optional">
   <xs:annotation>
    <xs:documentation>The id attribute is used to carry user id information for the contact.</xs:documentation>
   </xs:annotation>
  </xs:attribute>
 </xs:complexType>
 

rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML-common:Name ;
    owl:allValuesFrom xsd:string
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:Department ;
    owl:allValuesFrom sip-sdmx-ML-common:TextType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:Role ;
    owl:allValuesFrom sip-sdmx-ML-common: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
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:id ;
    owl:allValuesFrom sip-sdmx-ML-common:IDType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:id ;
    owl:maxQualifiedCardinality 1 ;
    owl:onDataRange sip-sdmx-ML-common:IDType
] ;

© Semantic R&D Group, 2026