PARAMETER_ORIGIN

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
lang dtLANG optional
type restriction of dtSTRING required

Used By

Source

<xsd:element name="PARAMETER_ORIGIN">
  <xsd:complexType>
    <xsd:complexContent>
      <xsd:extension base="typeMLSTRING06000">
        <xsd:attribute name="type" use="required">
          <xsd:simpleType>
            <xsd:restriction base="dtSTRING">
              <xsd:minLength value="1"/>
              <xsd:maxLength value="20"/>
              <xsd:enumeration value="config"/>
              <xsd:enumeration value="formula"/>
              <xsd:enumeration value="uri"/>
              <xsd:enumeration value="xpath"/>
            </xsd:restriction>
          </xsd:simpleType>
        </xsd:attribute>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
</xsd:element>

Sample