QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
addition | xsd:IDREFS | optional | ||||
container | xsd:IDREFS | optional | ||||
href | xsd:anyURI | optional | ||||
id | xsd:ID | optional | ||||
idref | xsd:IDREF | optional | ||||
label | xsd:string | optional | ||||
position | xsd:integer | optional | ||||
target | xsd:IDREFS | optional | ||||
type | xsd:QName | optional | ||||
uuid | xsd:string | optional |
Element | Add |
<xsd:complexType name="Add"> <xsd:complexContent> <xsd:extension base="Difference"> <xsd:attribute name="position" type="xsd:integer" use="optional"/> <xsd:attribute name="addition" type="xsd:IDREFS" use="optional"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |