Array

Element Information

Model

Children: Dim, Element, Stream

Attributes

QName Type Fixed Default Use Inheritable Annotation
Name optional
StringLength optional
Type optional
Unit optional

Used By

Elements XBFDif, XSIL

Source

<xs:element name="Array">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="Dim" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="Stream" minOccurs="0"/>
      <xs:element ref="Element" minOccurs="0"/>
    </xs:sequence>
    <xs:attribute name="Name" default=""/>
    <xs:attribute name="Type" default=""/>
    <xs:attribute name="Unit" default=""/>
    <xs:attribute name="StringLength" default=""/>
  </xs:complexType>
</xs:element>

Sample