element <cat> (local)
Namespace:
Type:
Content:
empty, 1 attribute
Defined:
locally within deviceType complexType in myDevices.xsd; see XML source
XML Representation Summary
<cat
   
 = 
xsd:anyURI
/>
Included in content model of elements (1):
device (in myDevices)
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="cat" type="hs:catType"/>
Attribute Detail (all declarations; 1/1)
ref
Type:
xsd:anyURI, predefined
Use:
required
Defined:
locally within hs: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>