- https://purl.semanticip.org/linked-data/sdmx/ML/DataConsumerSchemesType
TTL - Data Consumer Schemes Type
- complexType
DataConsumerSchemesType describes the structure of the data consumer schemes container. It contains one or more data consumer scheme, which can be explicitly detailed or referenced from an external structure document or registry service.
- SDMXStructure.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="DataConsumerSchemesType">
<xs:annotation>
<xs:documentation>DataConsumerSchemesType describes the structure of the data consumer schemes container. It contains one or more data consumer scheme, which can be explicitly detailed or referenced from an external structure document or registry service.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="DataConsumerScheme" type="DataConsumerSchemeType" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>DataConsumerScheme provides the details of an data consumer scheme, in which data consumers are described.</xs:documentation>
</xs:annotation>
<xs:unique name="DataConsumerScheme_UniqueDataConsumer">
<xs:selector xpath="structure:DataConsumer" />
<xs:field xpath="@id" />
</xs:unique>
</xs:element>
</xs:sequence>
</xs:complexType>