OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

legalxml-courtfiling message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: EYECodeSimpleType


Do you guys think this is a typo in version 4+?  In all versions up to 3 the value for brown was BRO but in 4+ it’s BR0 now.  Zero instead of the letter O.

 

 

<xs:simpleType name="EYECodeSimpleType">

<xs:annotation>

<xs:documentation>

A data type for 4 - Eye Color (EYE) and Person with Information Eye Color (PEY) Field Codes

</xs:documentation>

</xs:annotation>

<xs:restriction base="xs:token">

<xs:enumeration value="BLK">

<xs:annotation>

<xs:documentation>BLACK</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="BLU">

<xs:annotation>

<xs:documentation>BLUE</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="BR0">

<xs:annotation>

<xs:documentation>BROWN</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="GRN">

<xs:annotation>

<xs:documentation>GREEN</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="GRY">

<xs:annotation>

<xs:documentation>GRAY</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="HAZ">

<xs:annotation>

<xs:documentation>HAZEL</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="MAR">

<xs:annotation>

<xs:documentation>MAROON</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="MUL">

<xs:annotation>

<xs:documentation>MULTICOLORED</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="PNK">

<xs:annotation>

<xs:documentation>PINK</xs:documentation>

</xs:annotation>

</xs:enumeration>

<xs:enumeration value="XXX">

<xs:annotation>

<xs:documentation>UNKNOWN</xs:documentation>

</xs:annotation>

</xs:enumeration>

</xs:restriction>

</xs:simpleType>

 



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]