Definition Type: Attribute
Name: isConfidential
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 confidentiality is provided by a secure network protocol, such as SSL as the document is transferred between two adjacent ebXML Messaging Service or other transport messaging nodes. Persistent confidentiality is intended to preserve the confidentiality of the message such that only the intended party (application) can see it.
Collapse XSD Schema Diagram:
XSD Diagram of isConfidential in schema ebbp-2_0_4_xsd (ebXML Electronic Business using eXtensible Markup Language)
Collapse XSD Schema Code:
<xsd:attribute name="isConfidential">
    <xsd:annotation>
        <xsd:documentation>Transient confidentiality is provided by a secure network
					protocol, such as SSL as the document is transferred between two adjacent ebXML
					Messaging Service or other transport messaging nodes. Persistent
					confidentiality is intended to preserve the confidentiality of the message such
					that only the intended party (application) can see it.</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