CURIE

Simple Type Information

Source

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