PartyType

Version 19.1 by Artur K. on 2026/05/27 11:09

  

https://purl.semanticip.org/linked-data/sdmx/ML/PartyType page_white_text TTL
owl:Class
Party Type
complexType

PartyType defines the information which is sent about various parties such as senders and receivers of messages.

SDMXMessage.xsd

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="PartyType">
  <xs:annotation>
   <xs:documentation>PartyType defines the information which is sent about various parties such as senders and receivers of messages.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
   <xs:element ref="common:Name" minOccurs="0" maxOccurs="unbounded">
    <xs:annotation>
     <xs:documentation>Name is a human-readable name of the party.</xs:documentation>
    </xs:annotation>
   </xs:element>
   <xs:element name="Contact" type="ContactType" minOccurs="0" maxOccurs="unbounded">
    <xs:annotation>
     <xs:documentation>Contact provides contact information for the party in regard to the transmission of the message.</xs:documentation>
    </xs:annotation>
   </xs:element>
  </xs:sequence>
  <xs:attribute name="id" type="common:IDType" use="required">
   <xs:annotation>
    <xs:documentation>The id attribute holds the identification of the party.</xs:documentation>
   </xs:annotation>
  </xs:attribute>
 </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:Contact ;
    owl:allValuesFrom sip-sdmx-ML:ContactType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:id ;
    owl:allValuesFrom sip-sdmx-ML:IDType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:id ;
    owl:qualifiedCardinality 1 ;
    owl:onDataRange sip-sdmx-ML:IDType
] ;

© Semantic R&D Group, 2026