TransitionBaseType
- https://purl.semanticip.org/linked-data/sdmx/ML/structure/TransitionBaseType
TTL - owl:Class
- Transition Base Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
- structure
- complexType
TransitionBaseType defines the base refinement of the TransitionType. Its purpose is to restrict the urn attribute.
- SDMXStructureProcess.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TransitionBaseType" abstract="true">
<xs:annotation>
<xs:documentation>TransitionBaseType defines the base refinement of the TransitionType. Its purpose is to restrict the urn attribute.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:restriction base="common:IdentifiableType">
<xs:sequence>
<xs:element ref="common:Annotations" minOccurs="0" />
<xs:element ref="common:Link" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute name="urn" type="common:TransitionUrnType" use="optional" />
</xs:restriction>
</xs:complexContent>
</xs:complexType>rdfs:subClassOf sip-sdmx-ML-common:IdentifiableType ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML-common:Annotations ;
owl:allValuesFrom xsd:string
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML-common:Annotations ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange xsd:string
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML-common:Link ;
owl:allValuesFrom xsd:string
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:urn ;
owl:allValuesFrom sip-sdmx-ML-common:TransitionUrnType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:urn ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange sip-sdmx-ML-common:TransitionUrnType
] ;