<xsd:simpleType name="BuySellEnum"> <xsd:restriction base="xsd:token"> <xsd:enumeration value="Buyer"> <xsd:annotation> <xsd:documentation source="http://www.FpML.org" xml:lang="en" /> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="Seller"> <xsd:annotation> <xsd:documentation source="http://www.FpML.org" xml:lang="en" /> </xsd:annotation> </xsd:enumeration> </xsd:restriction> </xsd:simpleType>