A Proposal for a Shadowrun XML Standard

srsref

root
Back

Namespace:
Filename:

Description: The srsref defines a page reference to a Shadowrun book, using the Shadowrun Reference Standard.

Content: Scalar, Datatype: string


Code Fragment

<xs:datatype name="srsref">
  <xs:scalar>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:pattern value="[a-z0-9]{2,4}\.[0-9]*[[-?[0-9]*]|[,?[0-9]*,?[0-9]*]]"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:scalar>
</xs:datatype>