|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XsTKeybase | |
net.sf.jaxme.xs.xml | |
net.sf.jaxme.xs.xml.impl |
Uses of XsTKeybase in net.sf.jaxme.xs.xml |
Subinterfaces of XsTKeybase in net.sf.jaxme.xs.xml | |
interface |
XsEKey
Interface of the xs:key element, specified
as follows:
<xs:element name="key" type="xs:keybase" id="key">
<xs:annotation>
<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-key"/>
</xs:annotation>
</xs:element>
|
interface |
XsEKeyref
Interface of the xs:keyref element, with the
following specification:
|
interface |
XsEUnique
Interface of the xs:unique element, with the
following specification:
<xs:element name="unique" type="xs:keybase" id="unique">
<xs:annotation>
<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-unique"/>
</xs:annotation>
</xs:element>
|
Uses of XsTKeybase in net.sf.jaxme.xs.xml.impl |
Classes in net.sf.jaxme.xs.xml.impl that implement XsTKeybase | |
class |
XsEKeyImpl
Implementation of the xs:key element, specified
as follows:
<xs:element name="key" type="xs:keybase" id="key">
<xs:annotation>
<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-key"/>
</xs:annotation>
</xs:element>
|
class |
XsEKeyrefImpl
Implementation of the xs:keyref element, with the
following specification:
|
class |
XsEUniqueImpl
Implementation of the xs:unique element, with the
following specification:
<xs:element name="unique" type="xs:keybase" id="unique">
<xs:annotation>
<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-unique"/>
</xs:annotation>
</xs:element>
|
class |
XsTKeybaseImpl
Implementation of the xs:keybase type, with the
following specification:
<xs:complexType name="keybase">
<xs:complexContent>
<xs:extension base="xs:annotated">
<xs:sequence>
<xs:element ref="xs:selector"/>
<xs:element ref="xs:field" minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="name" type="xs:NCName" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |