MaxOccursNumberType

Version 22.3 by Artur K. on 2026/05/28 23:28

  

https://purl.semanticip.org/linked-data/sdmx/ML/MaxOccursNumberType page_white_text TTL
rdfs:Datatype
Max Occurs Number Type
http://www.sdmx.org/resources/sdmxml/schemas/v3_1/common
common
simpleType

MaxOccursNumberType is a base type used to restrict an integer to be greater than 1, for the purpose of expressing the maximum number of occurrences of an object.

SDMXCommon.xsd

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="MaxOccursNumberType">
  <xs:annotation>
   <xs:documentation>MaxOccursNumberType is a base type used to restrict an integer to be greater than 1, for the purpose of expressing the maximum number of occurrences of an object.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:nonNegativeInteger">
   <xs:minInclusive value="1" />
  </xs:restriction>
 </xs:simpleType>

 

xsd:nonNegativeInteger

owl:withRestrictions (
    [ xsd:minInclusive "1"xsd:nonNegativeInteger ]
)

© Semantic R&D Group, 2026