| |
|
Line 66
|
Parallel
|
Line 66
|
Parallel
|
| 66 |
|
66 |
|
| 67 |
<xs:simpleType name="viewType"> |
67 |
<xs:simpleType name="viewType"> |
| 68 |
<xs:restriction base="xs:string"> |
68 |
<xs:restriction base="xs:string"> |
| 69 |
<xs:enumeration value="front"/> |
69 |
<xs:enumeration value="Front"/> |
| 70 |
<xs:enumeration value="rear"/> |
70 |
<xs:enumeration value="Rear"/> |
| 71 |
<xs:enumeration value="top"/> |
71 |
<xs:enumeration value="Top"/> |
| 72 |
<xs:enumeration value="bottom"/> |
72 |
<xs:enumeration value="Bottom"/> |
| 73 |
<xs:enumeration value="left"/> |
73 |
<xs:enumeration value="Left"/> |
| 74 |
<xs:enumeration value="right"/> |
74 |
<xs:enumeration value="Right"/> |
| 75 |
</xs:restriction> |
75 |
</xs:restriction> |
| 76 |
</xs:simpleType> |
76 |
</xs:simpleType> |
| 77 |
|
77 |
|
| |