simpleType "NonEmptyLongScheme"
Namespace:
Defined:
Used:
Simple Content Model
xsd:normalizedString
Simple Content Restrictions:
MaxLength:
1023
MinLength:
1

Known Direct Subtypes (2):
All Direct / Indirect Based Elements (2):
productType (defined in Product.model group)
Known Usage Locations
Annotation
The base class for all types which define coding schemes that must be populated.
Type Definition Detail
Type Derivation Tree
xsd:normalizedString (restriction)
  NormalizedString (restriction)
      NonEmptyLongScheme
Derivation:
restriction of NormalizedString
Facets:
maxLength:
1023
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:simpleType name="NonEmptyLongScheme">
<xsd:restriction base="NormalizedString">
<xsd:minLength value="1"/>
<xsd:maxLength value="1023"/>
</xsd:restriction>
</xsd:simpleType>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.