DataStructureComponentsBaseType
- https://purl.semanticip.org/linked-data/sdmx/ML/structure/DataStructureComponentsBaseType
TTL - owl:Class
- Data Structure Components Base Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
- structure
- complexType
DataStructureComponentsBaseType is an abstract base type the serves as the basis for the DataStructureComponentsType. This type is necessary to allow for valid substitutions of component lists.
- SDMXStructureDataStructure.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="DataStructureComponentsBaseType" abstract="true">
<xs:annotation>
<xs:documentation>DataStructureComponentsBaseType is an abstract base type the serves as the basis for the DataStructureComponentsType. This type is necessary to allow for valid substitutions of component lists.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:restriction base="GroupingType">
</xs:restriction>
</xs:complexContent>
</xs:complexType>rdfs:subClassOf sip-sdmx-ML-structure:GroupingType ;