Hello again,
> I see in the example you have provided that there is an complexType:
> <xsd:schema targetNamespace="http://commerce.example.com/payment">
> <xsd:simpleType name="ccnumber">
> <xsd:restriction base="xsd:string">
>
> <xsd:pattern value="\d{14,18}"/>
> </xsd:restriction>
> </xsd:simpleType>
> <xsd:element name="payment">
> <xsd:complexType>
> <xsd:sequence>
> <xsd:element name="number" type="my:ccnumber" minOccurs="0"/>
> <xsd:element name="expiry" type="xsd:gYearMonth" minOccurs="0"/>
> </xsd:sequence>
>
> <xsd:attribute name="method" type="xsd:string"/>
> </xsd:complexType>
> </xsd:element>
> </xsd:schema>
>
> What do you refer with "Only simpleType is supported"?
>
Bindings are required to associated types to element. In this example,
the complexType is not interpreted by XSLTForms !
> By the way, is there any place where I can see which parts of xsltforms
> are yet noy fully implemented?
>
Sorry, not yet. Commercial support is proposed if you are in a hurry !
Best regards,
-Alain
|