XSIL

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
Name optional
Type optional

Used By

Element XSIL

Source

<xs:element name="XSIL">
  <xs:complexType>
    <xs:sequence>
      <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:choice>
    </xs:sequence>
    <xs:attribute name="Name" default=""/>
    <xs:attribute name="Type" default=""/>
  </xs:complexType>
</xs:element>

Sample