ValidationErrorCode

ValidationErrorCode enumeration

验证错误代码枚举。

public enum ValidationErrorCode

名称描述
SchemaRefNoTypeSimple0SchemaRef 类型必须出现,并且必须具有固定内容 “simple”。
SchemaRefNoHref1SchemaRef 必须具有 href 属性。
ContextNoId2上下文 id 必须包含 id 属性。
ContextNoEntity3entity 元素是 context 元素的必需内容。
ContextEntityNoIdentifier4entity 元素必须包含一个 identifier 元素
ContextPeriodNoStartTime5上下文 peroid 类型为 duration,但没有开始日期。
ContextPeriodNoEndTime6上下文 peroid 类型为 duration,但没有结束日期。
ContextPeriodStartAfterEnd7上下文 peroid 类型为 duration,但结束日期早于开始日期。
ContextInstantNoTime8上下文 peroid 类型为 instant,但没有瞬时日期。
ContextScenarioXbrlNamespace9上下文 scenario 不能包含 xbrl 命名空间节点。
ContextScenarioXbrlSubstitutionGroup10上下文 scenario 不能包含在 xbrl 命名空间中定义的元素的替代组中的元素。
ContextScenarioEmpty11上下文 scenario 不能为空"
ContextSegmentXbrlNamespace12上下文 segment 不能包含 xbrl 命名空间节点。
ContextSegmentXbrlSubstitutionGroup13上下文 segment 不能包含在 xbrl 命名空间中定义的元素的替代组中的元素。
ContextSegmentEmpty14上下文 segment 不能为空
ItemNoContext15Item 必须具有上下文。
ItemPeroidTypeConflictWithContext16项目的期间类型与上下文冲突。
ItemNumericNoUnit17项目是数值型,必须具有单位。
MonetaryItemNoSingleUnitMeasure18项目是货币类型,必须只有一个单位度量。
MonetaryItemNoISO421719项目是货币类型,必须使用 ISO 4217 样式的单位度量。
ShareItemNoSingleUnitMeasure20项目是股份类型,必须只有一个单位度量。
ShareItemNoShareUnitMeasure21项目是股份类型,必须使用 xbrli:shares 单位度量。
NillItemWithPrecisionOrDecimals22项目为空,且不能具有精度或小数位。
FractionItemWithPrecisionOrDecimals23项目是分数类型,且不能具有精度或小数位。
NumericItemWithBothPrecisionAndDecimals24项目是数值类型,不能同时具有精度和小数位。
NumericItemWithoutPrecisionOrDecimals25项目是数值类型,必须具有精度或小数位之一。
NonNumericItemWithPrecisionOrDecimals26项目不是数值类型,不能具有精度或小数位。
FootnoteArcFromNotFound27脚注弧无法从 Loc 找到。
FootnoteArcToNotFound28脚注弧无法找到目标脚注。
DefinitionArcFromNotFound29定义弧无法从 Loc 找到。
DefinitionArcToNotFound30定义弧无法找到目标 Loc。
EssenceAliasDefinitionArcDifferentType31本质别名定义弧的类型不同。
EssenceAliasDefinitionArcDifferentPeriodType32本质别名定义弧的期间类型不同。
EssenceAliasDefinitionArcDifferentBalance33本质别名定义弧的余额不同。
CalculationArcFromNotFound34计算弧无法从 Loc 找到。
CalculationArcToNotFound35计算弧无法找到目标 Loc。
CalculationArcZeroWeight36计算弧的权重为零。
CalculationArcSummationItemNonNumeric37求和项目的计算弧具有非数值概念。
CalculationArcIllegalBalancecWeight38求和项目的计算弧具有非数值概念。
LabelArcFromNotFound39标签弧无法从 Loc 找到。
LabelArcToNotFound40标签弧无法找到目标标签。
PresentationArcFromNotFound41呈现弧无法从 Loc 找到。
PresentationArcToNotFound42Presentation arc 找不到 Loc。
PresentationArcPreferredLabelNotFound43Presentation arc 找不到 preferredLabel。
ReferenceArcFromNotFound44Reference arc 找不到来自 Loc。
ReferenceArcToNotFound45Reference arc 找不到目标 Reference。
InlineFactMissContext46Inline Fact 找不到上下文。
InlineFactMissUnit47Inline Fact 找不到单位。
InlineDuplicatedId48Inline Xbrl document 存在重复的 id。
InlineRelationshipMissFromRef49Inline relationship 找不到来源 ref。
InlineRelationshipMissToRef50Inline relationship 找不到目标 ref。
InlineRelationshipIllegalFromRef51Inline relationship 的 from ref 非法。
InlineRelationshipIllegalToRef52Inline relationship 的 to ref 非法。
InlineContinuationNotMatch53Inline Continuation 的 to match 非法。
InlineFootnoteNotlang54Inline Footnote 没有 lang。
InlineFractionIllegalChildElement55Inline Fraction 的 childelement 非法。
InlineFractionIllegalAttrbuites56Inline Fraction 的 attrbuites 非法。
InlineFractionIllegalAncestor57Inline Fraction 的 Ancestor 非法。
InlineFractionTermNegative58Inline Fraction 包含 Term Negative。
InlineHeaderIllegalAncestor59Inline Fraction 的 tag 非法。
InlineHeaderDisplayNone60Inline header 父 div 节点没有 “display:none” 样式。
InlineHeaderIllegalChildElement61Inline header 包含多个 “hidden” 元素或多个 “resources” 元素。
InlineNonFractionIllegalAncestor62Inline nonFraction 的 Ancestor 非法。
InlineNonFractionIllegalChildElement63Inline nonFraction 的 Child Elemnt 非法。
InlineNonFractionIllegalProperties64Inline nonFraction 的 Properties 非法。
InlineNonFractionTermNegative65Inline nonFraction 包含 Term Negative。
InlineTupleIllegalChildElement66Inline tuple 的 element 非法。
InlineContinuationNoId67ix:continuation 元素必须具有 id 属性..
InlineContinuationIllegalAncestor68ix:continuation 元素不得是 ix:hidden 元素的后代。
InlineExcludeIllegalAncestor69ix:exclude 元素必须是至少一个 ix:continuation、ix:footnote 或 ix:nonNumeric 元素的后代。

另请参阅