Added test for XSD attributes

Added additional tests for inlining XSD attributes.

Issue: SWS-861
This commit is contained in:
Arjen Poutsma
2014-02-11 10:18:39 +01:00
parent ea9e2d1d2d
commit 50fe028cef
2 changed files with 4 additions and 2 deletions

View File

@@ -16,7 +16,8 @@
<xsd:element name="GetOrderRequest">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="child" type="xsd:string"/>
<xsd:element name="child" type="xsd:string" nillable="true" minOccurs="2"
maxOccurs="4"/>
</xsd:sequence>
<xsd:attribute ref="xml:lang" use="required"/>
</xsd:complexType>

View File

@@ -10,7 +10,8 @@
<xsd:element name="GetOrderRequest">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="child" type="xsd:string"/>
<xsd:element name="child" type="xsd:string" nillable="true" minOccurs="2"
maxOccurs="4"/>
</xsd:sequence>
<xsd:attribute ref="xml:lang" use="required"/>
</xsd:complexType>