<xs:element name="regionDelim" minOccurs="0">
<xs:annotation>
<xs:documentation>A delimiter for a rectangular region in a piece of visual content</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="commonPowerAttributes" />
<xs:attribute name="x" type="xs:integer">
<xs:annotation>
<xs:documentation>The x-axis coordinate of the side of the rectangle which has the smaller x-axis coordinate value in the current user coordinate system</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="y" type="xs:integer">
<xs:annotation>
<xs:documentation>The y-axis coordinate of the side of the rectangle which has the smaller y-axis coordinate value in the current user coordinate system</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="width" type="xs:integer">
<xs:annotation>
<xs:documentation>The width of the rectangle</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="height" type="xs:nonNegativeInteger">
<xs:annotation>
<xs:documentation>The height of the rectangle</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
</xs:element>
|