Definition Type: SimpleType
Name: Token60
Namespace: http://www.fpml.org/FpML-5/legal
Containing Schema: fpml-shared-5-10.xsd
Documentation:
A type defining a token of length between 1 and 60 characters inclusive.
Collapse XSD Schema Diagram:
XSD Diagram of Token60 in schema fpml-shared-5-10_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:simpleType name="Token60">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining a token of length between 1 and 60 characters inclusive.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="Token">
        <xsd:minLength value="1" />
        <xsd:maxLength value="60" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
MaxLength 60
MinLength 1
Collapse Derivation Tree:
Collapse References:
nsB:LegId