Lag

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
field FIELD-NAME required
n xs:positiveInteger 1 optional

Used By

Element Group EXPRESSION

Source

<xs:element name="Lag">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="BlockIndicator" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="field" type="FIELD-NAME" use="required"/>
    <xs:attribute name="n" type="xs:positiveInteger" default="1"/>
  </xs:complexType>
</xs:element>

Sample