xlf:yesNoFirstNo

Simple Type Information

Used By

Source

<xs:simpleType name="yesNoFirstNo">
  <xs:restriction base="xs:string">
    <xs:enumeration value="yes"/>
    <xs:enumeration value="firstNo"/>
    <xs:enumeration value="no"/>
  </xs:restriction>
</xs:simpleType>