- https://purl.semanticip.org/linked-data/sdmx/ML/structure/Component
TTL - owl:ObjectProperty
- Component
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
- structure
- element
Component is an abstract element that serves as a substitution head for all components. Concrete instances of this must use a concrete instance of ComponentType.
- SDMXStructureBase.xsd
- Component
- Yes
<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Component" type="ComponentType" abstract="true">
<xs:annotation>
<xs:documentation>Component is an abstract element that serves as a substitution head for all components. Concrete instances of this must use a concrete instance of ComponentType.</xs:documentation>
</xs:annotation>
</xs:element>