simpleType "NonEmptyToken"
Namespace:
Defined:
Used:
at 20 locations
Simple Content Model
xsd:token
Simple Content Restrictions:
MinLength:
1

All Direct / Indirect Based Elements (20):
name (defined in Resource complexType),
Known Usage Locations
Annotation
A non empty token. At least one character must be provided. FpML may define lenght restrictions in some views.
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  NonEmptyToken
Derivation:
restriction of xsd:token
Facets:
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:simpleType name="NonEmptyToken">
<xsd:restriction base="xsd:token">
<xsd:minLength value="1"/>
</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.