HR-XML 3.0 Standards, 2009 September 23.
Menu: [ Home | Guidelines | BODs | Nouns | Global elements | WSDL | Packages | Code Lists | Master Index ]
Trace back: » PayableIndicator | PayeeParty | Payment | PaymentAmount | PaymentAuthorizationType »
| Name |
PaymentAuthorizationType |
XML Instance Representation
<...>
<ram:ReferenceOrderNumberID>
udt: IdentifierType </ram:ReferenceOrderNumberID>
[0..1]
<ram:RevenueSourceID>
udt: IdentifierType </ram:RevenueSourceID>
[0..1]
<ram:RemittanceBankID>
udt: IdentifierType </ram:RemittanceBankID>
[0..1]
<ram:ResponseCode>
udt: CodeType </ram:ResponseCode>
[0..1]
<ram:AuthorizationDate>
udt: DateType </ram:AuthorizationDate>
[0..1]
</...>
Schema Component Representation
<
xsd:complexType name="
PaymentAuthorizationType">
<
xsd:sequence>
<
xsd:element name="
ReferenceOrderNumberID"
type="
udt: IdentifierType"
minOccurs="
0"/>
<
xsd:element name="
RevenueSourceID"
type="
udt: IdentifierType"
minOccurs="
0"/>
<
xsd:element name="
RemittanceBankID"
type="
udt: IdentifierType"
minOccurs="
0"/>
<
xsd:element name="
ResponseCode"
type="
udt: CodeType"
minOccurs="
0"/>
<
xsd:element name="
AuthorizationDate"
type="
udt: DateType"
minOccurs="
0"/>
<
xsd:element name="
Amount"
type="
udt: AmountType"
minOccurs="
0"/>
</
xsd:sequence>
</
xsd:complexType>