OFXElementType

OFX / Types / OFXElementType
#TagType
1 TAGNAME GenericNameType
2 NAME GenericNameType
3 TAGTYPE TagTypeType
4 TAGVALUE TagValueType
Usages:
XSD
	<xsd:complexType name="OFXElementType">
		<xsd:annotation>
			<xsd:documentation>The OFX element "OFXELEMENT" is of type "OFXElementType"</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="TAGNAME" type="ofx:GenericNameType" minOccurs="1" maxOccurs="1"/>
			<xsd:element name="NAME" type="ofx:GenericNameType" minOccurs="0" maxOccurs="1"/>
			<xsd:element name="TAGTYPE" type="ofx:TagTypeType" minOccurs="0" maxOccurs="1"/>
			<xsd:element name="TAGVALUE" type="ofx:TagValueType" minOccurs="1" maxOccurs="1"/>
		</xsd:sequence>
	</xsd:complexType>

© Copyright 2023. All Rights Reserved.