get or post |
<xsd:simpleType name="Duplex.datatype"> <xsd:annotation> <xsd:documentation>get or post</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="full"/> <xsd:enumeration value="half"/> </xsd:restriction> </xsd:simpleType> |