complexType "catType"
Namespace:
Content:
empty, 1 attribute
Defined:
globally in hscommon.xsd; see XML source
Includes:
definition of 1 attribute
Used:
at 13 locations
XML Representation Summary
<...
   
 = 
xsd:anyURI
/>
All Direct / Indirect Based Elements (13):
cat (in applicationSetting), cat (in body), cat (in contact), cat (in device), cat (in document), cat (in favoriteWebSite), cat (in location), cat (in service), cat (type catType), cat (type catType), cat (type catType), cat (type catType), implies (in catDef)
Known Usage Locations
Annotation
This element is used to categorize the element that contains it by referencing either a global category definition (in either the .NET Categories service system document or an external resource containing category definitions), or by referencing an identity-centered category definition in the content document of the .NET Categories service for a particular PUID.
XML Source (see within schema source)
<xsd:complexType name="catType">
<xsd:annotation>
<xsd:documentation>
This element is used to categorize the element that contains it by
referencing either a global category definition
(in either the .NET Categories service
system document or an external resource containing category definitions), or
by referencing an identity-centered category definition in the content
document of the .NET Categories service for a particular PUID.
</xsd:documentation>
</xsd:annotation>
<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>
</xsd:complexType>
Attribute Detail (all declarations; 1/1)
ref
Type:
xsd:anyURI, predefined
Use:
required
Defined:
locally within (this) 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>