<xsd:simpleType name="LengthUnitEnum"> <xsd:annotation> <xsd:documentation source="http://www.FpML.org" xml:lang="en">Used for indicating the length unit in the Resource type.</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:token"> <xsd:enumeration value="Pages" /> <xsd:enumeration value="TimeUnit" /> </xsd:restriction> </xsd:simpleType>