Definition Type: Attribute
Name: isTamperDetectable
Namespace: http://docs.oasis-open.org/ebxml-bp/ebbp-2.0
Type: NMTOKEN:http://www.w3.org/2001/XMLSchema
Containing Schema: ebbp-2.0.4.xsd
ContentType Restriction
Use (Optional)
Documentation:
Transient isTamperDetectable is the ability to detect if the information has been tampered with during transfer between two adjacent Message Service Handler nodes. Persistent isTamperDetectable is the ability to detect if the information has been tampered with after it has been received by messaging node, between the messaging node and the application. Tamper detection assists in verification of content integrity between and within a participating party.
Collapse XSD Schema Diagram:
XSD Diagram of isTamperDetectable in schema ebbp-2_0_4_xsd (ebXML Electronic Business using eXtensible Markup Language)
Collapse XSD Schema Code:
<xsd:attribute name="isTamperDetectable">
    <xsd:annotation>
        <xsd:documentation>Transient isTamperDetectable is the ability to detect if the
					information has been tampered with during transfer between two adjacent Message Service Handler
					nodes. Persistent isTamperDetectable is the ability to detect if the information
					has been tampered with after it has been received by messaging node, between the
					messaging node and the application. Tamper detection assists in verification of
					content integrity between and within a participating party.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="xsd:NMTOKEN">
            <xsd:enumeration value="none" />
            <xsd:enumeration value="transient" />
            <xsd:enumeration value="persistent" />
            <xsd:enumeration value="transient-and-persistent" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:attribute>
Collapse Facets:
Facet Value
Enumeration none
Enumeration transient
Enumeration persistent
Enumeration transient-and-persistent