element <implies> (local)
Namespace:
Type:
Content:
empty, 1 attribute
Defined:
locally within catDefType complexType in hscommon.xsd; see XML source
XML Representation Summary
<implies
   
 = 
xsd:anyURI
/>
Included in content model of elements (1):
catDef (in myCategories)
Annotation
This element specifies that this category definition also implies that another category (designated by the <b>ref</b> attribute) also applies.
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="implies" type="catType">
<xsd:annotation>
<xsd:documentation>
This element specifies that this category definition also implies
that another category (designated by the
<b>ref</b>
attribute) also applies.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
Attribute Detail (all declarations; 1/1)
ref
Type:
xsd:anyURI, predefined
Use:
required
Defined:
locally within catType complexType
This attribute references a category definition (<b>catDef</b>) element using the rules outlined in the <a href="myCategories.html">.NET Categories</a> section of the <i>XMI Manual</i>.
XML Source (see within schema source)
<xsd:attribute name="ref" type="xsd:anyURI" use="required">
<xsd:annotation>
<xsd:documentation>
This attribute references a category definition (
<b>catDef</b>
) element using the
rules outlined in the
<a href="myCategories.html">.NET Categories</a>
section of the
<i>XMI Manual</i>
.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>