2.3.4.2.2 AuthorEntry_Type

Target namespace: http://schemas.microsoft.com/office/visio/2011/1/core

Referenced by: AuthorList_Type

A complex type that specifies properties used to identify an author in a Web drawing.

Attributes:

Name: An xsd:string ([XMLSCHEMA2] section 3.2.1) attribute that specifies the name of the author.

Initials: An xsd:string ([XMLSCHEMA2] section 3.2.1) attribute that specifies the initials of the author.

ResolutionID: An xsd:string ([XMLSCHEMA2] section 3.2.1) attribute that is unused and MUST be ignored.

ID: An xsd:unsignedInt ([XMLSCHEMA2] section 3.3.22) attribute that identifies the author within the Web drawing. It MUST be equal to or greater than one. It MUST be unique amongst all the ID attributes of the AuthorEntry_Type child elements of the containing AuthorList_Type element.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="AuthorEntry_Type">
   <xsd:attribute name="Name" type="xsd:string"/>
   <xsd:attribute name="Initials" type="xsd:string"/>
   <xsd:attribute name="ResolutionID" type="xsd:string"/>
   <xsd:attribute name="ID" type="xsd:unsignedInt" use="required"/>
 </xsd:complexType>