AttributeRepresentationType
- https://purl.semanticip.org/linked-data/sdmx/ML/structure/AttributeRepresentationType
TTL - owl:Class
- Attribute Representation Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
- structure
- complexType
AttributeRepresentationType defines the representation for a data attribute. A data attribute can be text (including XHTML and multi-lingual values), a simple value, or an enumerated value.
- SDMXStructureDataStructure.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="AttributeRepresentationType">
<xs:annotation>
<xs:documentation>AttributeRepresentationType defines the representation for a data attribute. A data attribute can be text (including XHTML and multi-lingual values), a simple value, or an enumerated value.</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:AnyCodelistReferenceType" />
<xs:element name="EnumerationFormat" type="CodedTextFormatType" minOccurs="0" />
</xs:sequence>
</xs:choice>
<xs:attribute name="maxOccurs" type="common:OccurenceType" use="optional" default="1" />
</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:AnyCodelistReferenceType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:Enumeration ;
owl:qualifiedCardinality 1 ;
owl:onDataRange sip-sdmx-ML-common:AnyCodelistReferenceType
] ;
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: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
] ;