BooleanType

OFX / Types / BooleanType

Enumerated values:

  • Y
  • N
Usages:
</div> </div> </div>
XSD
	<xsd:simpleType name="BooleanType">
		<xsd:annotation>
			<xsd:documentation>The OFX element "BOOL" is of type "BooleanType"</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Y"/>
			<xsd:enumeration value="N"/>
		</xsd:restriction>
	</xsd:simpleType>

© Copyright 2023. All Rights Reserved.