XML Schema documentation 元素
定义和用法 documentation 元素在 schema 中输入文本注释。该元素必须位于 annotation 元素内。 元素信息 父元素: annotation 语法 <documentation source=URI refe...
定义和用法 documentation 元素在 schema 中输入文本注释。该元素必须位于 annotation 元素内。 元素信息 父元素: annotation 语法 <documentation source=URI refe...
定义和用法 complexType 元素定义复杂类型。复杂类型的元素是包含其他元素和/或属性的 XML 元素。 元素信息 父元素: element, redefine, schema 语法 <complexType id=ID nam...
定义和用法 complexContent 元素定义对复杂类型(包含混合内容或仅包含元素)的扩展或限制。 元素信息 父元素: complexType 语法 <complexContent id=ID mixed=true|false a...
定义和用法 XML Schema 的 choice 元素仅允许包含在 声明中的元素之一出现在包含元素中。 元素信息 父元素: group, choice, sequence, complexType, restriction(both si...
定义和用法 attributeGroup 元素用于对属性声明进行组合,这样这些声明就能够以组合的形式合并到复杂类型中。 元素信息 父元素: attributeGroup, complexType, schema, restriction (...
定义和用法 <xsl:attribute>元素用于向元素添加属性。 注释:<xsl:attribute> 元素会替换名称相同的已有属性。 语法 <xsl:attribute name="attributenam...
定义和用法 appInfo 元素规定 annotation 元素中应用程序要使用的信息。该元素必须位于 annotation 中。 元素信息 父元素: annotation 语法 <appinfo source=anyURL > An...
定义和用法 anyAttribute 元素使创作者可以通过未被 schema 规定的属性来扩展 XML 文档。 元素信息 父元素: complexType, restriction (both simpleContent and compl...
定义和用法 any 元素使创作者可以通过未被 schema 规定的元素来扩展 XML 文档。 元素信息 父元素: choice, sequence 语法 <any id=ID maxOccurs=nonNegativeInteger|...
定义和用法 annotation 元素是一个顶层元素,规定 schema 的注释。 元素信息 父元素: 任何元素 语法 <annotation id=ID any attributes > (appinfo|documentation...