- https://purl.semanticip.org/linked-data/sdmx/ML/registry/SubmissionResultType
TTL - owl:Class
- Submission Result Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/registry
- registry
- complexType
SubmissionResultType provides the status of the structural object submission request. It will identify the object submitted, report back the action requested, and convey the status and any error messages which are relevant to the submission.
- SDMXRegistryStructure.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="SubmissionResultType">
<xs:annotation>
<xs:documentation>SubmissionResultType provides the status of the structural object submission request. It will identify the object submitted, report back the action requested, and convey the status and any error messages which are relevant to the submission.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="SubmittedStructure" type="SubmittedStructureType">
<xs:annotation>
<xs:documentation>SubmittedStructure provides a reference to the submitted structural object and echoes back the action requested for it.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="StatusMessage" type="StatusMessageType">
<xs:annotation>
<xs:documentation>StatusMessage provides that status for the submission of the structural object, and if necessary, any error or warning information.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:SubmittedStructure ;
owl:allValuesFrom sip-sdmx-ML-registry:SubmittedStructureType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:SubmittedStructure ;
owl:qualifiedCardinality 1 ;
owl:onClass sip-sdmx-ML-registry:SubmittedStructureType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:StatusMessage ;
owl:allValuesFrom sip-sdmx-ML-common:StatusMessageType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:StatusMessage ;
owl:qualifiedCardinality 1 ;
owl:onClass sip-sdmx-ML-common:StatusMessageType
] ;