Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<attribute name="semantic" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="sid" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
</extension>
</simpleContent>
</complexType>
|