<xs:attributeGroup name="attlist.IncludeDescendants">
<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 Class.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="kind" use="required" type="xs:IDREF">
<xs:annotation>
<xs:documentation xml:lang="en-US">The attribute kind defines the class kind of the descendants that shall be included.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup> |