type | restriction of xsd:string | |||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||||||
source | <xsd:simpleType name="markerType"> <xsd:annotation> <xsd:documentation>Enumeration of potential marker types (laser, smoke, etc.).</xsd:documentation> <xsd:appinfo> <jaxb:typesafeEnumClass/> </xsd:appinfo> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:enumeration value="acousticPinger"/> <xsd:enumeration value="acousticScan"/> <xsd:enumeration value="dyeMarker"/> <xsd:enumeration value="emPinger"/> <xsd:enumeration value="emScan"/> <xsd:enumeration value="infrared"/> <xsd:enumeration value="laser"/> <xsd:enumeration value="photograph"/> <xsd:enumeration value="smoke"/> <xsd:enumeration value="transponder"/> </xsd:restriction> </xsd:simpleType> |