Definition Type: SimpleType
Name: Length
Namespace: http://www.fixprotocol.org/FIXML-4-4
Containing Schema: fixml-datatypes-4-4.xsd
Documentation:
int representing the length in bytes. Value must be positive.
Collapse XSD Schema Diagram:
XSD Diagram of Length in schema fixml-datatypes-4-4_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:simpleType name="Length">
    <xs:annotation>
        <xs:documentation>
		         int representing the length in bytes.  Value must be positive.
		        </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:nonNegativeInteger" />
</xs:simpleType>
Collapse Derivation Tree:
Collapse References:
nsA:EncodedAllocTextLen_t, nsA:EncodedHeadlineLen_t, nsA:EncodedIssuerLen_t, nsA:EncodedLegIssuerLen_t, nsA:EncodedLegSecurityDescLen_t, nsA:EncodedListExecInstLen_t, nsA:EncodedListStatusTextLen_t, nsA:EncodedSecurityDescLen_t, nsA:EncodedSubjectLen_t, nsA:EncodedTextLen_t, nsA:EncodedUnderlyingIssuerLen_t, nsA:EncodedUnderlyingSecurityDescLen_t, nsA:RawDataLength_t