-
Notifications
You must be signed in to change notification settings - Fork 36
Closed
Description
<xs:simpleType name="Authorisation1Code">
<xs:annotation>
<xs:documentation source="Name" xml:lang="EN">Authorisation1Code</xs:documentation>
<xs:documentation source="Definition" xml:lang="EN">Specifies the level of approval depending on a number of factors, including payment type, threshold amount or local country or operations practice.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="AUTH">
<xs:annotation>
<xs:documentation source="Name" xml:lang="EN">PreAuthorisedFile</xs:documentation>
<xs:documentation source="Definition" xml:lang="EN">Indicates a file has been pre authorised or approved within the originating customer environment and no further approval is required.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FDET">
<xs:annotation>
<xs:documentation source="Name" xml:lang="EN">FileLevelAuthorisationDetails</xs:documentation>
<xs:documentation source="Definition" xml:lang="EN">Indicates that a file requires additional file level approval, with the ability to view both the payment information block and supporting customer credit transaction detail.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FSUM">
<xs:annotation>
<xs:documentation source="Name" xml:lang="EN">FileLevelAuthorisationSummary</xs:documentation>
<xs:documentation source="Definition" xml:lang="EN">Indicates that a file requires additional file level approval, with the ability to view only the payment information block level information.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ILEV">
<xs:annotation>
<xs:documentation source="Name" xml:lang="EN">InstructionLevelAuthorisation</xs:documentation>
<xs:documentation source="Definition" xml:lang="EN">Indicates that a file requires all customer transactions to be authorised or approved.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
looks like the XsdEnumeration.getAnnotation returns null.
while XsdEnumeration.getValue returns "AUTH".
Rings a bell ? I didn't try yet to isolate this any further.
Metadata
Metadata
Assignees
Labels
No labels