simpleType "NonEmptyScheme"
Namespace:
Defined:
Used:
at 32 locations
Simple Content Model
xsd:normalizedString
Simple Content Restrictions:
MaxLength:
255
MinLength:
1

Known Direct Subtypes (32):
All Direct / Indirect Based Elements (60):
approvalId (defined in CreditLimitReference complexType),
exchangeId (defined in QuoteLocation.model group),
exchangeId (defined in UnderlyingAsset complexType),
inReplyTo (in header defined in Exception complexType),
inReplyTo (in header defined in NotificationMessage complexType),
inReplyTo (in header defined in ResponseMessage complexType),
instrumentId (defined in IdentifiedAsset complexType),
issuer (defined in IssuerTradeId.model group),
linkId (defined in PartyTradeIdentifier complexType),
orderId (defined in OrderIdentifier complexType),
portfolioName (defined in PortfolioReferenceBase complexType),
tradeId (defined in IssuerTradeId.model group),
tradeId (defined in Portfolio complexType),
tradeId (defined in TradeIdentifier 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)
      NonEmptyScheme
Derivation:
restriction of NormalizedString
Facets:
maxLength:
255
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:simpleType name="NonEmptyScheme">
<xsd:restriction base="NormalizedString">
<xsd:minLength value="1"/>
<xsd:maxLength value="255"/>
</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.