Definition Type: Attribute
Name: productID
Namespace: http://www.rixml.org/2005/3/RIXML
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: RIXML-2_2.xsd
Use Required
Documentation:
This is to facilitate the unique identification of a particular product. To ensure uniqueness it is recommended that a Universal Unique IDentifier (UUID) be used as the productID. UUIDs can be generated on any computer, regardless of platform or operating system. A UUID is a 128-bit (16-byte) integer that is virtually guaranteed to be unique in the world across space and time. The Open Software Foundation (OSF) created UUIDs, as part of their Distributed Computing Environment (DCE).
Collapse XSD Schema Diagram:
XSD Diagram of productID in schema rixml-2_2_xsd (RIXML - Research Information Markup Language)
Collapse XSD Schema Code:
<xs:attribute name="productID" type="xs:string" use="required">
    <xs:annotation>
        <xs:documentation>This is to facilitate the unique identification of a particular product.  To ensure uniqueness it is recommended that a Universal Unique IDentifier (UUID) be used as the productID. UUIDs can be generated on any computer, regardless of platform or operating system. A UUID is a 128-bit (16-byte) integer that is virtually guaranteed to be unique in the world across space and time. The Open Software Foundation (OSF) created UUIDs, as part of their Distributed Computing Environment (DCE).</xs:documentation>
    </xs:annotation>
</xs:attribute>