<xs:attributeGroup name="RemovalGroup">
<xs:annotation>
<xs:documentation xml:lang="en">This is used to indicate that an item is obsolete.</xs:documentation>
</xs:annotation>
<xs:attribute name="Removal" type="xs:boolean" use="optional" default="false">
<xs:annotation>
<xs:documentation xml:lang="en">If true, this item is obsolete and should be removed from the receiving system.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
|