dt.RomanNumeralString

Simple Type Information

Used By

Element x421

Source

<xs:simpleType name="dt.RomanNumeralString">
  <xs:restriction base="xs:string">
    <xs:pattern value="([MDCLXVI]+|[mdclxvi]+)"/>
  </xs:restriction>
</xs:simpleType>