Parameter

Element Information

Model

Children: Extension

Attributes

QName Type Fixed Default Use Inheritable Annotation
label xs:string optional
name xs:string required
referencePoint REAL-NUMBER 0 optional

Used By

Element ParameterList

Source

<xs:element name="Parameter">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="name" type="xs:string" use="required"/>
    <xs:attribute name="label" type="xs:string"/>
    <xs:attribute name="referencePoint" type="REAL-NUMBER" default="0"/>
  </xs:complexType>
</xs:element>

Sample