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

Known Direct Subtypes (2):
ProductId, ProductType
All Direct / Indirect Based Elements (7):
productId (defined in Product.model group),
productType (defined in Product.model group),
productType (defined in ReportContents complexType),
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 DocFlex/XML 1.10b5 using DocFlex/XML XSDDoc 2.8.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.