DataflowsType

Version 20.1 by Artur K. on 2026/05/27 17:22

  

https://purl.semanticip.org/linked-data/sdmx/ML/DataflowsType page_white_text TTL
owl:Class
Dataflows Type
complexType

DataflowsType describes the structure of the data flows container. It contains one or more data flow, which can be explicitly detailed or referenced from an external structure document or registry service.

SDMXStructure.xsd

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="DataflowsType">
  <xs:annotation>
   <xs:documentation>DataflowsType describes the structure of the data flows container. It contains one or more data flow, which can be explicitly detailed or referenced from an external structure document or registry service.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
   <xs:element name="Dataflow" type="DataflowType" maxOccurs="unbounded">
    <xs:annotation>
     <xs:documentation>Dataflow provides the details of a data flow, which is defined as the structure of data that will be provided for different reference periods.</xs:documentation>
    </xs:annotation>
   </xs:element>
  </xs:sequence>
 </xs:complexType>

 

rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:Dataflow ;
    owl:allValuesFrom sip-sdmx-ML:DataflowType
] ;
rdfs:subClassOf [
    a owl:Restriction ;
    owl:onProperty sip-sdmx-ML:Dataflow ;
    owl:minQualifiedCardinality 1 ;
    owl:onClass sip-sdmx-ML:DataflowType
] ;

© Semantic R&D Group, 2026