A Proposal for a Shadowrun XML Standard

concentrationdef

root/skilldeflist/skilldef/concentrationdef
Back

Namespace:
Filename:

Content: id (Type: string) , name (Type: string)

Description: The concentrationdef tag defines concentration for its parent 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>