RELAX NG by Eric van der Vlist will be published by O'Reilly & Associates (ISBN: 0596004214)
You are welcome to use our annotation system to give your feedback.
name — Name class for a single name
name-class
element name
{
(
attribute ns { text }?,
attribute datatypeLibrary { xsd:anyURI }?,
attribute * - (rng:* | local:*) { text }*
),
xsd:QName
}
|
attribute, choice, element, except.
name
The name name class defines a class with a single name.
<element>
<nsName ns="http://eric.van-der-vlist.com/ns/person"/>
<except>
<name>lib:name</name>
<name>hr:name</name>
<except>
</nsName>
<ref name="anything"/>
</element>
<element>
<choice>
<name>lib:name</name>
<name>hr:name</name>
</choice>
<ref name="name-content"/>
</element>
|
The datatypeLibrary attribute defines the default datatype library. The value of datatypeLibrary is inherited.
The ns attribute defines the default namespace for the elements defined in a portion of schema. The value of ns is inherited.
You are welcome to use our annotation system to give your feedback.
[Annotations for this page]
All text is copyright Eric van der Vlist, Dyomedea. During development, I give permission for non-commercial copying for educational and review purposes. After publication, all text will be released under the Free Software Foundation GFDL.