AuthorEntry_Type complexType (Visio XML)
Type information
Value | |
---|---|
Namespace |
http://schemas.microsoft.com/office/visio/2011/1/core |
Schema file |
VisioSchema15-2012-06-05.xsd |
Extension base |
None |
Definition
<xs:complexType name="AuthorEntry_Type">
<xs:attribute name="Name"
type="xsd:string"
/>
<xs:attribute name="Initials"
type="xsd:string"
/>
<xs:attribute name="ResolutionID"
type="xsd:string"
/>
<xs:attribute name="ID"
type="xsd:unsignedInt"
use="required"
/>
</xs:complexType>
Elements and attributes
If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.
Child elements
None.
Attributes
Attribute | Type | Required | Description | Possible values |
---|---|---|---|---|
ID |
xsd:unsignedInt |
required |
Values of the xsd:unsignedInt type. | |
Initials |
xsd:string |
optional |
Values of the xsd:string type. | |
Name |
xsd:string |
optional |
Values of the xsd:string type. | |
ResolutionID |
xsd:string |
optional |
Values of the xsd:string type. |