MetadataStructureComponentsBaseType
Last modified by Artur K. on 2026/06/05 16:22
- https://purl.semanticip.org/linked-data/sdmx/ML/structure/MetadataStructureComponentsBaseType
TTL - owl:Class
- Metadata Structure Components Base Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
- structure
- complexType
MetadataStructureComponentsBaseType is an abstract base type that forms the basis for the MetadataStructureComponentsType.
- SDMXStructureMetadataStructure.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="MetadataStructureComponentsBaseType">
<xs:annotation>
<xs:documentation>MetadataStructureComponentsBaseType is an abstract base type that forms the basis for the MetadataStructureComponentsType.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:restriction base="GroupingType" />
</xs:complexContent>
</xs:complexType>rdfs:subClassOf sip-sdmx-ML-structure:GroupingType ;