Issue_Type complexType (Visio XML)

Type information

Type Info
Namespace
http://schemas.microsoft.com/office/visio/2011/1/core
Schema file
VisioSchema15-2012-06-05.xsd
Extension base
None

Definition

          <xs:complexType name="Issue_Type">
          
          <xs:sequence>
    <xs:element name="IssueTarget"  type="IssueTarget_Type"
     minOccurs="0"
     maxOccurs="1"
    >
    </xs:element>
    
    <xs:element name="RuleInfo"  type="RuleInfo_Type"
     minOccurs="0"
     maxOccurs="1"
    >
    </xs:element>
    
      </xs:sequence>
    <xs:attribute name="ID"
  type="xsd:unsignedInt"
     use="required"
    />
    <xs:attribute name="Ignored"
  type="xsd:boolean"
    />
      </xs:complexType>
      

Elements and attributes

If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.

Child elements

Element Type
IssueTarget
IssueTarget_Type
RuleInfo
RuleInfo_Type

Attributes

Attribute Type Required Possible values
ID
xsd:unsignedInt
required
Values of the xsd:unsignedInt type.
Ignored
xsd:boolean
optional
Values of the xsd:boolean type.

See also

Introduction to the Visio file format (.vsdx)