IssueTarget element (Issue_Type complexType) (Visio XML)
Depending on the target of the parent validation issue, specifies either the page, or both the page and the shape, associated with the parent validation issue. If the target of the parent validation issue is a document, IssueTarget specifes neither a page nor a shape.
Element information
Value | |
---|---|
Element type |
IssueTarget_Type |
Namespace |
http://schemas.microsoft.com/office/visio/2012/main |
Schema file |
VisioSchema15.xsd |
Document parts |
validation.xml |
Definition
< xs:element name="IssueTarget" type="IssueTarget_Type" minOccurs="0" maxOccurs="1" >
</xs:element >
Elements and attributes
If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.
Parent elements
Element | Type | Description |
---|---|---|
Issue |
Issue_Type |
Represents a single validation issue in the document. |
Child elements
None.
Attributes
Attribute | Type | Required | Description | Possible values |
---|---|---|---|---|
PageID |
xsd:unsignedInt |
required |
Specifies the unique identifier of the page that is associated with the parent validation issue. If the target is the document, the PageID value can be 0xFFFFFFFF. | Values of the xsd:unsignedInt type. |
ShapeID |
xsd:unsignedInt |
required |
Specifies the unique identifier of the shape that is associated with the parent validation issue. If the target is the document or a page, the ShapeID value can be 0xFFFFFFFF. | Values of the xsd:unsignedInt type. |