root/powerdeflist/powerdef
Back
Namespace:
Filename:
Content: id (Type: string) , name (Type: string) , cost (Type: float)
Description: The powerdef tag defines a standard
physical adept power.
id defines the unique identifier of this power.name defines the displayed name of this power.cost defines cost of the power.Code Fragment
<xs:elementtype name="powerdef">
<xs:model>
<xs:sequence>
<xs:element type="xs:string" name="id"/>
<xs:element type="xs:string" name="name"/>
<xs:element type="xs:float" name="cost"/>
</xs:sequence>
</xs:model>
</xs:elementtype>