- https://purl.semanticip.org/linked-data/sdmx/ML/ISOConceptReferenceType
TTL - I S O Concept Reference Type
- complexType
ISOConceptReferenceType provides a reference to and ISO 11179 concept.
- SDMXStructureConcept.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ISOConceptReferenceType">
<xs:annotation>
<xs:documentation>ISOConceptReferenceType provides a reference to and ISO 11179 concept.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="ConceptAgency" type="xs:string" />
<xs:element name="ConceptSchemeID" type="xs:string" />
<xs:element name="ConceptID" type="xs:string" />
</xs:sequence>
</xs:complexType>