- https://purl.semanticip.org/linked-data/sdmx/ML/PartyType
TTL - 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>