| Schema Central Home | XML Schema 1.0 Overview | Search XML Schema 1.0: Advanced Search | XML Schema 1.0 |
See http://www.w3.org/TR/xmlschema-1/#element-schema.
Content
Attributes
Identity Constraints
Sample Instance<xsd:schema> <xsd:include schemaLocation="http://www.example.com/"> </xsd:include> <xsd:simpleType name="NCName"> <xsd:restriction> <xsd:simpleType>... </xsd:simpleType> <xsd:minExclusive value="any value">... </xsd:minExclusive> </xsd:restriction> </xsd:simpleType> </xsd:schema> |
Recommended Reading:
|