OccurenceType

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

  

https://purl.semanticip.org/linked-data/sdmx/ML/OccurenceType page_white_text TTL
rdfs:Datatype
Occurence Type
simpleType

OccurenceType is used to express the maximum occurrence of an object. It combines an integer, equal or greater than 1, and the literal text, "unbounded", for objects which have no upper limit on its occurrence.

SDMXCommon.xsd

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="OccurenceType">
  <xs:annotation>
   <xs:documentation>OccurenceType is used to express the maximum occurrence of an object. It combines an integer, equal or greater than 1, and the literal text, "unbounded", for objects which have no upper limit on its occurrence.</xs:documentation>
  </xs:annotation>
  <xs:union memberTypes="MaxOccursNumberType UnboundedCodeType" />
 </xs:simpleType>

 

owl:unionOf (
    sip-sdmx-ML:MaxOccursNumberType
    sip-sdmx-ML:UnboundedCodeType
)

© Semantic R&D Group, 2026