jdftyp:_emptyString

Simple Type Information

Source

<xs:simpleType name="_emptyString">
  <xs:restriction base="xs:string">
    <xs:minLength value="0"/>
    <xs:maxLength value="0"/>
  </xs:restriction>
</xs:simpleType>