simpleType "charNCB"
Namespace:
Defined:
globally in CRIS_Complete_V3-2-3.xsd, see XML source
Used:
Simple Content Model
enumeration of xsd:string
Simple Content Restrictions:
Enumeration:
"N", "C", "B"
Length:
1

All Direct / Indirect Based Attributes (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
xsd:string
  charNCB (restriction)
Derivation:
restriction of xsd:string
Facets:
enumeration:
"N", "C", "B"
length:
1
XML Source
<xsd:simpleType name="charNCB">
<xsd:restriction base="xsd:string">
<xsd:length value="1"/>
<xsd:enumeration value="N"/>
<xsd:enumeration value="C"/>
<xsd:enumeration value="B"/>
</xsd:restriction>
</xsd:simpleType>

XML schema documentation generated with DocFlex/XML 1.7.2b using DocFlex/XML | XSDDoc 2.1.0b template set