- https://purl.semanticip.org/linked-data/sdmx/ML/Component
TTL - Component
- 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
<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>