- https://purl.semanticip.org/linked-data/sdmx/ML/ExternalReferenceAttributeGroup
TTL - External Reference Attribute Group
- attributeGroup
The serviceURL attribute indicates the URL of an SDMX SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and SDMX structural metadata repository, as they both implement that same web service interface.
The structureURL attribute indicates the URL of a SDMX-ML structure message (in the same version as the source document) in which the externally referenced object is contained. Note that this may be a URL of an SDMX RESTful web service which will return the referenced object.- SDMXCommon.xsd
<xs:attributeGroup xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ExternalReferenceAttributeGroup">
<xs:attribute name="serviceURL" type="xs:anyURI" use="optional">
<xs:annotation>
<xs:documentation>The serviceURL attribute indicates the URL of an SDMX SOAP web service from which the details of the object can be retrieved. Note that this can be a registry or and SDMX structural metadata repository, as they both implement that same web service interface.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="structureURL" type="xs:anyURI" use="optional">
<xs:annotation>
<xs:documentation>The structureURL attribute indicates the URL of a SDMX-ML structure message (in the same version as the source document) in which the externally referenced object is contained. Note that this may be a URL of an SDMX RESTful web service which will return the referenced object.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>