SenderType
- https://purl.semanticip.org/linked-data/sdmx/ML/message/SenderType
TTL - owl:Class
- Sender Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/message
- message
- complexType
SenderType extends the basic party structure to add an optional time zone declaration.
- SDMXMessage.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="SenderType">
<xs:annotation>
<xs:documentation>SenderType extends the basic party structure to add an optional time zone declaration.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="PartyType">
<xs:sequence>
<xs:element name="Timezone" type="common:TimezoneType" minOccurs="0">
<xs:annotation>
<xs:documentation>Timezone specifies the time zone of the sender, and if specified can be applied to all un-time zoned time values in the message. In the absence of this, any dates without time zone are implied to be in an indeterminate "local time".</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
rdfs:subClassOf sip-sdmx-ML-message:PartyType ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:Timezone ;
owl:allValuesFrom sip-sdmx-ML-common:TimezoneType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:Timezone ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange sip-sdmx-ML-common:TimezoneType
] ;