<xsd:complexType name="AugmentationType" abstract="true">
<xsd:annotation>
<xsd:documentation>The AugmentationType type is a base type for all
augmentations. An augmentation may have metadata and an ID, but may
not have link metadata, as it does not establish a relationship
between its value and its context. The individual element contents of
an augmentation, however, do establish a relationship between the
context of the augmentation and the values of the individual
elements.</xsd:documentation>
</xsd:annotation>
<xsd:attribute ref="s:id" />
<xsd:attribute ref="s:metadata" />
</xsd:complexType>
|