xtce:Parameter

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
name xtce:NameType required
parameterTypeRef xtce:NameReferenceType required
shortDescription string optional
It is strongly recommended that the short description be kept under 80 characters in length

Source

<element name="Parameter">
  <annotation>
    <appinfo>Need to ensure that the named types actually exist</appinfo>
  </annotation>
  <complexType>
    <complexContent>
      <extension base="xtce:NameDescriptionType">
        <sequence>
          <element name="ParameterProperties" type="xtce:ParameterPropertiesType" minOccurs="0"/>
        </sequence>
        <attribute name="parameterTypeRef" type="xtce:NameReferenceType" use="required"/>
      </extension>
    </complexContent>
  </complexType>
</element>

Sample