<xs:element name="XSIL"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element ref="XSIL"/> <xs:element ref="Comment"/> <xs:element ref="Url"/> <xs:element ref="Param"/> <xs:element ref="Table"/> <xs:element ref="Array"/> <xs:element ref="Stream"/> <xs:element ref="Element"/> <xs:element ref="XBFDif"/> </xs:choice> <xs:attribute name="Name" default=""/> <xs:attribute name="Type" default=""/> </xs:complexType> </xs:element> |