CodedStatusMessageType

Last modified by Artur K. on 2026/06/05 16:26

  

https://purl.semanticip.org/linked-data/sdmx/ML/common/CodedStatusMessageType page_white_text TTL
owl:Class
Coded Status Message Type
http://www.sdmx.org/resources/sdmxml/schemas/v3_1/common
common
complexType

CodedStatusMessageType describes the structure of an error or warning message which required a code.

SDMXCommon.xsd

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="CodedStatusMessageType">
  <xs:annotation>
   <xs:documentation>CodedStatusMessageType describes the structure of an error or warning message which required a code.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
   <xs:restriction base="StatusMessageType">
    <xs:sequence>
     <xs:element name="Text" type="TextType" maxOccurs="unbounded" />
    </xs:sequence>
    <xs:attribute name="code" type="xs:string" use="required" />
   </xs:restriction>
  </xs:complexContent>
 </xs:complexType>

 

rdfs:subClassOf sip-sdmx-ML-common:StatusMessageType ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML-common:Text ;
    owl:allValuesFrom sip-sdmx-ML-common:TextType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML-common:Text ;
    owl:minQualifiedCardinality 1 ;
    owl:onClass sip-sdmx-ML-common:TextType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:code ;
    owl:allValuesFrom xsd:string
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:code ;
    owl:qualifiedCardinality 1 ;
    owl:onDataRange xsd:string
] ;

© Semantic R&D Group, 2026