Definition Type: SimpleType
Name: SyncEnum
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Profile.xsd
Documentation:
The OFX element "SYNCENUM" is of type "SyncEnum"
Collapse XSD Schema Diagram:
XSD Diagram of SyncEnum in schema ofx_profile_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:simpleType name="SyncEnum">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "SYNCENUM" is of type "SyncEnum"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:whiteSpace value="collapse" />
        <xsd:enumeration value="FULL" />
        <xsd:enumeration value="LITE" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration FULL
Enumeration LITE
Whitespace Collapse
Collapse Derivation Tree:
Collapse References:
ofx:SYNCMODE