MaintainableQueryType
- https://purl.semanticip.org/linked-data/sdmx/ML/registry/MaintainableQueryType
TTL - owl:Class
- Maintainable Query Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/registry
- registry
- complexType
MaintainableQueryType describes the structure of a query for a maintainable object.
- SDMXRegistryBase.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="MaintainableQueryType">
<xs:annotation>
<xs:documentation>MaintainableQueryType describes the structure of a query for a maintainable object.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="VersionableQueryType">
<xs:attribute name="agencyID" type="NestedIDQueryType" default="%">
<xs:annotation>
<xs:documentation>The agencyID attribute is used to query for an object based on its maintenance agency's identifier. This is either an explicit value, or completely wildcarded with the "%" value.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>rdfs:subClassOf sip-sdmx-ML-registry:VersionableQueryType ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:agencyID ;
owl:allValuesFrom sip-sdmx-ML-registry:NestedIDQueryType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:agencyID ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange sip-sdmx-ML-registry:NestedIDQueryType
] ;