Definition Type: Element
Name: UniqueName
Namespace: urn:schemas-microsoft-com:office:excel
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: excel.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Specifies a unique name for a group member. If the group member with which this element is associated is not the parent of another group, then this element is used to identify the group member instead of the Name element.
Collapse XSD Schema Diagram:
XSD Diagram of UniqueName in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="UniqueName" type="xsd:string" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Specifies a unique name for a group member. If the group member with which this element is associated is not the parent of another group, then this element is used to identify the group member instead of the Name element.</xsd:documentation>
    </xsd:annotation>
</xsd:element>