PRICE_FLAG

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
type restriction of xsd:NMTOKEN required

Used By

Element CATALOG

Source

<xsd:element name="PRICE_FLAG">
  <xsd:complexType>
    <xsd:simpleContent>
      <xsd:extension base="dtBOOLEAN">
        <xsd:attribute name="type" use="required">
          <xsd:simpleType>
            <xsd:restriction base="xsd:NMTOKEN">
              <xsd:enumeration value="incl_freight"/>
              <xsd:enumeration value="incl_duty"/>
              <xsd:enumeration value="incl_packing"/>
              <xsd:enumeration value="incl_assurance"/>
            </xsd:restriction>
          </xsd:simpleType>
        </xsd:attribute>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
</xsd:element>

Sample