SafeCURIE

Simple Type Information

Source

<xs:simpleType name="SafeCURIE">
  <xs:restriction base="xs:string">
    <xs:pattern value="\[(([\i-[:]][\c-[:]]*)?:)?.+\]"/>
    <xs:minLength value="3"/>
  </xs:restriction>
</xs:simpleType>