Definition Type: Attribute
Name: uuid
Namespace: http://docs.oasis-open.org/ebxml-bp/ebbp-2.0
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: ebbp-2.0.4.xsd
Use Required
Documentation:
Defines a string identification mechanism for a Process Specificiation. The uuid is not used for the purpose of versioning, so that even a change introduced by AttributeSubstitution (to business documents’ schemas, for example), would be marked by a new uuid.
Collapse XSD Schema Diagram:
XSD Diagram of uuid in schema ebbp-2_0_4_xsd (ebXML Electronic Business using eXtensible Markup Language)
Collapse XSD Schema Code:
<xsd:attribute name="uuid" type="xsd:string" use="required">
    <xsd:annotation>
        <xsd:documentation>Defines a string identification mechanism for a Process
					Specificiation. The uuid is not used for the purpose of versioning, so
					that even a change introduced by AttributeSubstitution (to business documents’
					schemas, for example), would be marked by a new uuid.</xsd:documentation>
    </xsd:annotation>
</xsd:attribute>