namespace | http://www.TCIP-Adopted-03-00-01 | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, restriction of xs:unsignedInt, FC-TransactionResult) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="FC-TransactionResult"> <xs:annotation> <xs:appinfo> comment (0) -- comment successful transaction (1) -- successful transaction -- 2-9 reserved read error (10) -- read error -- 11-19 reserved write error (20) -- write error -- 21-29 reserved verify error (30) -- verify error -- 31-39 reserved validation status error (40) -- validation status error -- 41-49 reserved status error (50) -- status error -- 51-59 reserved other (60) -- other -- 61-127 reserved 128-255 local use </xs:appinfo> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="0"/> <xs:maxInclusive value="60"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="comment"/> <xs:enumeration value="successful transaction"/> <xs:enumeration value="read error"/> <xs:enumeration value="write error"/> <xs:enumeration value="verify error"/> <xs:enumeration value="validation status error"/> <xs:enumeration value="status error"/> <xs:enumeration value="other"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="128"/> <xs:maxInclusive value="255"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="local:FC-TransactionResult"/> </xs:simpleType> </xs:union> </xs:simpleType> |