分类:
2011-01-15 20:50:59
01. XSDComponent : 组件的抽象基类
02. XSDScope : XSDComponent 的子类,也是一个抽象基类
03. XSDTerm : XSDComponent 的子类,也是一个抽象基类
04. XSDComplexTypeContent :复杂类型的包含的内容信息
05. XSDNamedComponent :可命名的组件的抽象基类
06. XSDRedefinableComponent :可重新定义的组件的抽象基类
07. XSDTypeDefinition :类型定义的抽象基类
08. XSDFeature :元素声明和属性声明的抽象基类
09. :注释
10. :属性声明时,对属性的一些限制。如use="required", default值等。
11. XSDPathDefinition :路径定义 ,关于XPath的定义
12. :Schema的声明。
13. :通配符<xs:any > or <xs:any Attribute>
14. :模型组
15. :元素声明时,对元素的一些限制。如minOccurs,maxOccurs。
16. :模型组定义
17. :元素声明
18. :简单类型的定义<xsd:simpleType name="xxx" >
19. :属性组的定义
20. :属性声明<xsd:attribute name=“xxx" type="simpleType“>
21. :复杂类型定义
22. :记号声明
23. :ID约束声明。例: