attlist.ModifiedBy

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
all xs:boolean true optional
The attribute all may be used to indicate that all ModifierClasses are valid. In such a case, the element ModifiedBy does not contain an element ValidModifierClass. The default value of the attribute all is true.
code xs:NMTOKEN required
The attribute code references the code of the Modifier.
position optional
The attribute position specifies the position for the code of the ModifierClass when the Modifier is used to generate the subclasses of the modified Class. The first position shall be specified by the number ‘1’.
variants xs:IDREFS optional
The attribute variants defines the list of variants in which this ModifiedBy element is valid. When the attribute is absent this ModifiedBy element is valid in all variants.

Used By

Element ModifiedBy

Source

<xs:attributeGroup name="attlist.ModifiedBy">
  <xs:attribute name="code" use="required" type="xs:NMTOKEN">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">The attribute code references the code of the Modifier.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="all" type="xs:boolean" default="true">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">The attribute all may be used to indicate that all ModifierClasses are valid. In such a case, the element ModifiedBy does not contain an element ValidModifierClass. The default value of the attribute all is true.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="position">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">The attribute position specifies the position for the code of the ModifierClass when the Modifier is used to generate the subclasses of the modified Class. The first position shall be specified by the number ‘1’.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="variants" type="xs:IDREFS">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">The attribute variants defines the list of variants in which this ModifiedBy element is valid. When the attribute is absent this ModifiedBy element is valid in all variants.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>