<xs:simpleType name="EquipmentOutdoorPlaygroundCodeType">
<xs:annotation>
<xs:documentation>xxxAll the codes should be validated</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="ChildPlayground"/>
<xs:enumeration value="OutdoorGame"/>
<xs:enumeration value="PingPongTable"/>
<xs:enumeration value="SandBox"/>
<xs:enumeration value="SwimmingPool"/>
<xs:enumeration value="Swing"/>
<xs:enumeration value="TennisCourt"/>
<xs:enumeration value="Toboggan"/>
<xs:enumeration value="VolleyBallArea"/>
</xs:restriction>
</xs:simpleType> |