simpleType "NonEmptyNormalizedString"
Namespace:
Defined:
Used:
at 30 locations
Simple Content Model
xsd:normalizedString
Simple Content Restrictions:
MinLength:
1

All Direct / Indirect Based Elements (30):
description (defined in FinancialMetric complexType),
description (defined in IdentifiedAsset complexType),
description (defined in IdentifiedAssetWithParty complexType),
description (defined in LoanCovenantObligation complexType),
description (defined in Reason complexType),
description (in transferFee defined in DealRules.model group),
excluded (defined in DeliverableObligations complexType),
excluded (defined in Obligations complexType),
location (defined in LoanCovenantObligation complexType),
name (defined in LegalActionIdentifier complexType),
Known Usage Locations
Annotation
A non empty normalized string. At least one character must be provided. FpML may define lenght restrictions in some views.
Type Definition Detail
Type Derivation Tree
xsd:normalizedString (restriction)
  NonEmptyNormalizedString
Derivation:
restriction of xsd:normalizedString
Facets:
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:simpleType name="NonEmptyNormalizedString">
<xsd:restriction base="xsd:normalizedString">
<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.