配置レポート内のエラーを文書化するのに使う属性と要素を定義します。
<xs:complexType name="DocumentError">
<xs:sequence>
<xs:element name="Description"
type="@lt:Description@lid:89aa112c-cc60-440b-bc9f-2f1d13258e3d"
minOccurs="0"
maxOccurs="1"
/>
</xs:sequence>
<xs:attribute name="Code"
type="int"
use="required"
/>
<xs:attribute name="Level"
type="int"
use="required"
/>
<xs:attribute name="File"
type="string"
use="optional"
/>
</xs:complexType>
子要素
要素 |
型 |
説明 |
---|---|---|
エラーの説明です。 |
属性
名前 |
型 |
説明 |
Code |
int |
エラー コード。 |
File |
string |
エラーが関連する .sdm ファイル。 |
Level |
int |
エラーの重大度レベル。数字が小さいほど重大度は低く、数字が大きいほど重大度は高くなります。 |