element <catalog:cardinality> (local)
Namespace:
Type:
anonymous simpleType (restriction of xs:string)
Content:
simple
Defined:
XML Representation Summary
<catalog:cardinality>
   
Content: 
{ enumeration of xs:string }
</catalog:cardinality>
Simple Content Detail:
Enumeration:
"ZERO_OR_ONE", "ZERO_OR_MORE", "ONE", "ONE_OR_MORE"

Included in content model of elements (1):
catalog:attribute
Annotation
[READ-ONLY] An attribute may have one of the following cardinalities (1 and 1:n cardinalities are reserved for use by RQM only): 0:1, 0:n, 1, and 1:n
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  simpleType
Derivation:
restriction of xs:string
Facets:
enumeration:
"ZERO_OR_ONE", "ZERO_OR_MORE", "ONE", "ONE_OR_MORE"
XML Source (w/o annotations (1); see within schema source)
<xs:element name="cardinality">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="ZERO_OR_ONE"/>
<xs:enumeration value="ZERO_OR_MORE"/>
<xs:enumeration value="ONE"/>
<xs:enumeration value="ONE_OR_MORE"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set