<xs:simpleType name="eIDPParamsStitchingPosition"> <xs:restriction base="jdftyp:EnumerationBaseType"> <xs:enumeration value="None"/> <xs:enumeration value="TopLeft"/> <xs:enumeration value="BottomLeft"/> <xs:enumeration value="TopRight"/> <xs:enumeration value="BottomRight"/> <xs:enumeration value="LeftEdge"/> <xs:enumeration value="TopEdge"/> <xs:enumeration value="RightEdge"/> <xs:enumeration value="BottomEdge"/> <xs:enumeration value="DualLeftEdge"/> <xs:enumeration value="DualTopEdge"/> <xs:enumeration value="DualRightEdge"/> <xs:enumeration value="DualBottomEdge"/> </xs:restriction> </xs:simpleType> |