AttributeSubstitution

Attribute or document value should be used in place of some value in
an existing Process Specification. Attribute substitution could be used for document
substitution. These substititution changes were made in v2.0.

Element Information

Model

Children: Documentation

Attributes

QName Type Fixed Default Use Inheritable Annotation
attributeName xsd:NMTOKEN required
Is the name of an attribute of any element within the scope of
the substitution set.
nameIDRef xsd:IDREF required
Is the nameID reference to the Documentation related to a
particular element.
value xsd:string required
Is the value, which shall replace the current value of the
attribute.

Used By

Source

<xsd:element name="AttributeSubstitution">
  <xsd:annotation>
    <xsd:documentation>Attribute or document value should be used in place of some value in an existing Process Specification. Attribute substitution could be used for document substitution. These substititution changes were made in v2.0.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:complexContent>
      <xsd:extension base="AttributeSubstitutionType"/>
    </xsd:complexContent>
  </xsd:complexType>
</xsd:element>

Sample