NotateXpress13Schema Schema
Image Element
Namespace (none)
Diagram
BoundingRectangle Element ImageData Element ToolTipText Element UserString Element ItemName Element Sequence Image Element
Overview
Image 0..∞
PenColor optional Color Simple Type
FillColor optional Color Simple Type
PenWidth optional xs:integer
TransparentColor optional Color Simple Type
BackStyle optional BackStyle Simple Type
Locked optional xs:boolean
Visible optional xs:boolean
ShowHandles optional xs:boolean
Moveable optional xs:boolean
Selected optional xs:boolean
Sizeable optional xs:boolean
CreateTime optional xs:string
HatchStyle optional HatchStyle Simple Type
HatchColor optional Color Simple Type
UserLong optional xs:integer
GroupNumber optional xs:integer
Fixed optional xs:boolean
Sequence
ItemName optional xs:string
UserString optional xs:string
ToolTipText optional xs:string
ImageData optional xs:string
Sequence
Point 2..2
X required xs:decimal
Y required xs:decimal
Attributes
NameTypeUseDefaultFixedDescription
PenColorColor Simple Typeoptional   
FillColorColor Simple Typeoptional   
PenWidthxs:integeroptional   
TransparentColorColor Simple Typeoptional   
BackStyleBackStyle Simple Typeoptional   
Lockedxs:booleanoptional   
Visiblexs:booleanoptional   
ShowHandlesxs:booleanoptional   
Moveablexs:booleanoptional   
Selectedxs:booleanoptional   
Sizeablexs:booleanoptional   
CreateTimexs:stringoptional   
HatchStyleHatchStyle Simple Typeoptional   
HatchColorColor Simple Typeoptional   
UserLongxs:integeroptional   
GroupNumberxs:integeroptional   
Fixedxs:booleanoptional   
Source
<xs:element minOccurs="0" maxOccurs="unbounded" name="Image" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" name="ItemName" type="xs:string" />
      <xs:element minOccurs="0" name="UserString" type="xs:string" />
      <xs:element minOccurs="0" name="ToolTipText" type="xs:string" />
      <xs:element minOccurs="0" name="ImageData" type="xs:string" />
      <xs:element name="BoundingRectangle">
        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="2" maxOccurs="2" name="Point">
              <xs:complexType>
                <xs:attribute name="X" type="xs:decimal" use="required" />
                <xs:attribute name="Y" type="xs:decimal" use="required" />
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="PenColor" type="Color" use="optional" />
    <xs:attribute name="FillColor" type="Color" use="optional" />
    <xs:attribute name="PenWidth" type="xs:integer" use="optional" />
    <xs:attribute name="TransparentColor" type="Color" use="optional" />
    <xs:attribute name="BackStyle" type="BackStyle" use="optional" />
    <xs:attribute name="Locked" type="xs:boolean" use="optional" />
    <xs:attribute name="Visible" type="xs:boolean" use="optional" />
    <xs:attribute name="ShowHandles" type="xs:boolean" use="optional" />
    <xs:attribute name="Moveable" type="xs:boolean" use="optional" />
    <xs:attribute name="Selected" type="xs:boolean" use="optional" />
    <xs:attribute name="Sizeable" type="xs:boolean" use="optional" />
    <xs:attribute name="CreateTime" type="xs:string" use="optional" />
    <xs:attribute name="HatchStyle" type="HatchStyle" use="optional" />
    <xs:attribute name="HatchColor" type="Color" use="optional" />
    <xs:attribute name="UserLong" type="xs:integer" use="optional" />
    <xs:attribute name="GroupNumber" type="xs:integer" use="optional" />
    <xs:attribute name="Fixed" type="xs:boolean" use="optional" />
  </xs:complexType>
</xs:element>
See Also
Layer ElementPage ElementNotateXpressAnnotations ElementNotateXpress13Schema Schema

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback