EquipmentBabyCodeType

xxxAll the codes should be validated

Simple Type Information

Source

<xs:simpleType name="EquipmentBabyCodeType">
  <xs:annotation>
    <xs:documentation>xxxAll the codes should be validated</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="BathTub"/>
    <xs:enumeration value="Booster"/>
    <xs:enumeration value="Cot"/>
    <xs:enumeration value="FingerProtector"/>
    <xs:enumeration value="Gate"/>
    <xs:enumeration value="HighChair"/>
    <xs:enumeration value="PlugProtector"/>
  </xs:restriction>
</xs:simpleType>