BoundsType 屬性群組
定義日誌 XML 檔案中各種專案所使用的屬性群組。 它包含屬性,用來定義檔中元素 (左邊、頂端、高度和寬度) 界限。
定義
<xs:attributeGroup name="BoundsType">
<xs:attribute name="Left" use="required" type="xs:integer" />
<xs:attribute name="Top" use="required" type="xs:integer" />
<xs:attribute name="Width" use="required" type="xs:nonNegativeInteger" />
<xs:attribute name="Height" use="required" type="xs: nonNegativeInteger" />
</xs:attributeGroup>
子元素
無。
屬性
屬性 | 類型 | 必要 | Description | PossibleValues |
---|---|---|---|---|
Left | xs:integer | 必要 | 從原點到專案周框方塊中最左邊點的距離。 |
任何整數。 |
前幾個 | xs:integer | 必要 | 從原點到元素周框方塊中最上層點的距離。 |
任何整數。 |
寬度 | xs:nonNegativeInteger | 必要 | 專案的周框方塊寬度。 |
任何非負整數。 |
高度 | xs:nonNegativeInteger | 必要 | 元素周框方塊的高度。 |
任何非負整數。 |
類型資訊
值 | |
---|---|
Namespace | urn:schemas-microsoft-com:tabletpc:richink |
結構描述名稱 | 日誌讀者 |
備註
左 方和 頂端 可能是負數,因為原點是由邊界所定義,而不是頁面。