Subclasses of XsTKeybaseImpl in net.sf.jaxme.xs.xml.impl |
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>
|