Definition Type: SimpleType
Name: NonEmptyScheme
Namespace: http://www.fpml.org/FpML-5/transparency
Containing Schema: fpml-shared-5-10.xsd
Documentation:
The base class for all types which define coding schemes that must be populated.
Collapse XSD Schema Diagram:
XSD Diagram of NonEmptyScheme in schema fpml-shared-5-10_xsd5 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:simpleType name="NonEmptyScheme">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The base class for all types which define coding schemes that must be populated.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="NormalizedString">
        <xsd:minLength value="1">
        </xsd:minLength>
        <xsd:maxLength value="255" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
MaxLength 255
MinLength 1
Collapse Derivation Tree:
Collapse References:
nsF:AccountId, nsF:BasketId, nsF:BasketName, nsF:CorrelationId, nsF:EntityId, nsF:EventId, nsF:ExchangeId, nsF:FutureId, nsF:IndexId, nsF:IndexName, nsF:InstrumentId, nsF:IssuerId, nsF:MessageId, nsF:OrderId, nsF:PartyId, nsF:PersonId, nsF:PortfolioName, nsF:RegulatorId, nsF:ResourceId, nsF:TradeId