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

Known Direct Subtypes (68):
All Direct / Indirect Based Elements (118):
accrualOptionId (defined in AbstractAccrualOptionBase complexType),
approvalId (in approval defined in Approvals complexType),
approver (in approval defined in Approvals complexType),
basketId (defined in BasketIdentifier.model group),
basketId (defined in BasketIdentifier.model group),
category (defined in LoanCovenantObligation complexType),
contractId (defined in ContractIdentifier complexType),
entityId (defined in LegalEntity complexType),
entityId (defined in LegalEntity complexType),
exchangeId (defined in QuoteLocation.model group),
exchangeId (defined in UnderlyingAsset complexType),
feature (defined in FacilityFeatures.model group),
inReplyTo (defined in ResponseMessageHeader complexType),
inReplyTo (in header defined in Exception complexType),
inReplyTo (in header defined in NotificationMessage complexType),
indexId (defined in IndexReferenceInformation complexType),
indexId (defined in IndexReferenceInformation complexType),
indexName (defined in IndexReferenceInformation complexType),
instrumentId (defined in IdentifiedAsset complexType),
instrumentId (defined in IdentifiedAssetWithParty complexType),
issuer (defined in IssuerTradeId.model group),
legalActionId (defined in LegalActionIdentifier complexType),
linkId (defined in PartyTradeIdentifier complexType),
portfolioName (defined in PortfolioReferenceBase complexType),
taskId (defined in TaskIdentifier complexType),
tradeId (defined in IssuerTradeId.model group),
tradeId (defined in Portfolio complexType),
tradeId (defined in TradeIdentifier complexType),
type (defined in AccruingFeeOption complexType),
type (defined in FinancialMetric complexType),
type (defined in LcOption complexType),
type (defined in LetterOfCreditSummary complexType),
type (defined in LoanCovenantObligation 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.