SubmitStructureRequestType
- https://purl.semanticip.org/linked-data/sdmx/ML/message/SubmitStructureRequestType
TTL - owl:Class
- Submit Structure Request Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/message
- message
- complexType
SubmitStructureRequestType defines the structure of a registry submit structure request document.
- SDMXMessage.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="SubmitStructureRequestType">
<xs:annotation>
<xs:documentation>SubmitStructureRequestType defines the structure of a registry submit structure request document.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:restriction base="RegistryInterfaceType">
<xs:sequence>
<xs:element name="Header" type="BasicHeaderType" />
<xs:element name="SubmitStructureRequest" type="registry:SubmitStructureRequestType" />
</xs:sequence>
</xs:restriction>
</xs:complexContent>
</xs:complexType>rdfs:subClassOf sip-sdmx-ML-message:RegistryInterfaceType ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:Header ;
owl:allValuesFrom sip-sdmx-ML-message:BasicHeaderType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:Header ;
owl:qualifiedCardinality 1 ;
owl:onClass sip-sdmx-ML-message:BasicHeaderType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML-message:SubmitStructureRequest ;
owl:allValuesFrom registry:SubmitStructureRequestType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML-message:SubmitStructureRequest ;
owl:qualifiedCardinality 1 ;
owl:onClass registry:SubmitStructureRequestType
] ;