次の方法で共有


ErrorCollection 複合型

配置レポートのエラー セクションに含めることのできるエラー要素を定義します。

<xs:complexType name="ErrorCollection">
    <xs:choice
        minOccurs="0"
        maxOccurs="unbounded"
    >
        <xs:element name="DocumentError"
            type="@lt:DocumentError@lid:27305139-a7c9-4e64-a7b9-d63d7fe9952f"
         />
        <xs:element name="DocumentResolutionError"
            type="@lt:DocumentResolutionError@lid:4cb814a0-db58-4496-b29c-8ad166d567d8"
         />
        <xs:element name="DocumentConstraintError"
            type="@lt:DocumentConstraintError@lid:530e9f32-e405-42e9-bc54-501fdd52d7f0"
         />
    </xs:choice>
</xs:complexType>

子要素

要素

説明

DocumentConstraintError (ErrorCollection) 要素

DocumentConstraintError 複合型

配置レポートで、制約エラーを文書化します。

DocumentError (ErrorCollection) 要素

DocumentError 複合型

配置レポートで、一般的なエラーを文書化します。

DocumentResolutionError (ErrorCollection) 要素

DocumentResolutionError 複合型

配置レポートで、.sdm ファイルの特定の定義またはメンバで識別可能なエラーを文書化します。