Examples for Schemas
- XSD namespace, groups, and complex example:
- schema.xml this is what it will
look like
- The *.xsd document (notice
there is a link to w3w schema definitions -- we are defining that namespace
there)
- xml.txt The xml
contains the link (at the top) to your *.xsd file.
- employee.txt Text
version of our CSS page
- Our own namespace, classes, xpath, keyref, restriction, and sequences:
- Exclude verifying some xml info, using namespaces:
- schema.xml this is what it will
look like
- The *.xsd document (notice
there is a link to w3w schema definitions -- we are defining that namespace
there)
- xml.txt The xml
contains the link (at the top) to your *.xsd file.
- employee.txt Text
version of our CSS page