A Proposal for a Shadowrun XML Standard

powerdef

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.


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>