Talk:XML Schema
From Wikibooks, the open-content textbooks collection
Hi,
I am creating this XML Schema WikiBook for used by XML instructors everywhere. The goal is to have linkable learning content that can be integrated into open source learning managment systems such as Moodle. I have tried to be consistant and use ISO/IEC data element name conventions so this class is consistant with other classes in ebXML, NIEM and GJXDM.
Please feel free to add content by linking to seperate pages.
Thanks - Dan McCreary Feb 2006 User:dmccreary
Transwiki:XML in ADO.net VB.NET C may be useful seed material. – Mike.lifeguard | talk 23:13, 8 November 2007 (UTC)
[edit] View inconsistent tendency I have
Hello,
Under "Common XML Schema Primitive Data Types" table, the definition of <sequence> states that children can have zero or unbounded occurrence. The default is that it has a minimum occurrence of one time, and a maximum occurrence of one time. So, a child element must appear once and only once, unless the minOccurs or maxOccurs option is used.
Also, "xsd" as a prefix is used in the table, but xs is used in the example. Although both are valid, it seems inconsistent.
- Dy