phy:ref

Simple Type Information

Used By

Source

<xs:simpleType name="ref">
  <xs:restriction base="xs:token">
    <xs:pattern value="[a-zA-Z0-9_]+:\S+"/>
  </xs:restriction>
</xs:simpleType>