Added test for XSD attributes
Added additional tests for inlining XSD attributes. Issue: SWS-861
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user