Definition Type: Attribute
Name: isAuthenticated
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:
The communications channel used to transport the Message provides transient authentication. The specific method will be determined by the communications protocol used. Persistent authentication means the Business Document signer’s identity is verified at the receiving application level. Authentication assists in verification of role identity of a participating party.
Collapse XSD Schema Diagram:
XSD Diagram of isAuthenticated in schema ebbp-2_0_4_xsd (ebXML Electronic Business using eXtensible Markup Language)
Collapse XSD Schema Code:
<xsd:attribute name="isAuthenticated">
    <xsd:annotation>
        <xsd:documentation>The communications channel used to transport the Message provides
					transient authentication. The specific method will be determined by the
					communications protocol used. Persistent authentication means the Business
					Document signer’s identity is verified at the receiving application level.
					Authentication assists in verification of role identity of 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