root/skilldeflist/skilldef/concentrationdef
Back
Namespace:
Filename:
Content: id (Type: string) , name (Type: string)
Description: The concentrationdef
tag defines concentration
for its parent skill.
id
defines the unique identifier of this skill.name
defines the displayed name of this skill.Code Fragment
<xs:elementtype name="concentrationdef">
<xs:model>
<xs:sequence>
<xs:element type="xs:string" name="id"/>
<xs:element type="xs:string" name="name"/>
</xs:sequence>
</xs:model>
</xs:elementtype>