Function type used to represent the change of a given variable over time or distance.
<xsd:simpleType name="DynamicsShape"> <xsd:union> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="linear"/> <xsd:enumeration value="cubic"/> <xsd:enumeration value="sinusoidal"/> <xsd:enumeration value="step"/> </xsd:restriction> </xsd:simpleType> <xsd:simpleType> <xsd:restriction base="parameter"/> </xsd:simpleType> </xsd:union> </xsd:simpleType>
To XSD To XSLT