MetadataAttributeRepresentationType
- https://purl.semanticip.org/linked-data/sdmx/ML/structure/MetadataAttributeRepresentationType
TTL - owl:Class
- Metadata Attribute Representation Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
- structure
- complexType
MetadataAttributeRepresentationType defines the possible local representations of a metadata attribute.
- SDMXStructureMetadataStructure.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="MetadataAttributeRepresentationType">
<xs:annotation>
<xs:documentation>MetadataAttributeRepresentationType defines the possible local representations of a metadata attribute.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:restriction base="RepresentationType">
<xs:choice>
<xs:element name="TextFormat" type="BasicComponentTextFormatType" />
<xs:sequence>
<xs:element name="Enumeration" type="common:CodelistReferenceType" />
<xs:element name="EnumerationFormat" type="CodedTextFormatType" minOccurs="0" />
</xs:sequence>
</xs:choice>
<xs:attribute name="minOccurs" type="xs:nonNegativeInteger" use="prohibited" />
<xs:attribute name="maxOccurs" type="common:OccurenceType" use="prohibited" />
</xs:restriction>
</xs:complexContent>
</xs:complexType>rdfs:subClassOf sip-sdmx-ML-structure:RepresentationType ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:TextFormat ;
owl:allValuesFrom sip-sdmx-ML-structure:BasicComponentTextFormatType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:TextFormat ;
owl:qualifiedCardinality 1 ;
owl:onClass sip-sdmx-ML-structure:BasicComponentTextFormatType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:Enumeration ;
owl:allValuesFrom sip-sdmx-ML-common:CodelistReferenceType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:Enumeration ;
owl:qualifiedCardinality 1 ;
owl:onDataRange sip-sdmx-ML-common:CodelistReferenceType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:EnumerationFormat ;
owl:allValuesFrom sip-sdmx-ML-structure:CodedTextFormatType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:EnumerationFormat ;
owl:maxQualifiedCardinality 1 ;
owl:onClass sip-sdmx-ML-structure:CodedTextFormatType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:minOccurs ;
owl:allValuesFrom xsd:nonNegativeInteger
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:minOccurs ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:nonNegativeInteger
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:maxOccurs ;
owl:allValuesFrom sip-sdmx-ML-common:OccurenceType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:maxOccurs ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange sip-sdmx-ML-common:OccurenceType
] ;