Definition Type: SimpleType
Name: NonEmptyScheme
Namespace: http://www.fpml.org/FpML-5/legal
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_xsd1 (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:
nsB:AccountId, nsB:BasketId, nsB:BasketName, nsB:EntityId, nsB:ExchangeId, nsB:FutureId, nsB:InstrumentId, nsB:IssuerId, nsB:LegalDocumentId, nsB:LinkId, nsB:PartyId, nsB:PersonId, nsB:PortfolioName, nsB:TradeId