TagCount Type

Container for tag and its count.

Type Template

<...>
    <name>xs:string</name>
    <uses>xs:int</uses>
<...>

Note: Element descriptions are split into information that's relevant when you're creating an instance of this type and information relevant when you're receiving an instance of it. Occasionally these will differ.

Elements

Element Description
name
Setting
Sets the name of the tag.
Getting
Returns the name of the tag.
uses
Setting
Sets the number of times the tag is used.
Getting
Returns the number of times the tag is used.