xsd2cocoa icon indicating copy to clipboard operation
xsd2cocoa copied to clipboard

Add ability to work with "any" element type

Open anivaros opened this issue 8 years ago • 0 comments

For example:

<!-- TransformExpressionType -->
<xs:complexType name="TransformExpressionType">
	<xs:sequence>
		<xs:any processContents="lax" namespace="##other" minOccurs="0" maxOccurs="1"/>
	</xs:sequence>
</xs:complexType>

anivaros avatar Dec 23 '16 21:12 anivaros