PUBLIC_KEY

Element Information

Model

Attributes

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

Used By

Complex Type typeADDRESS
Elements BUYER/ADDRESS, SUPPLIER/ADDRESS

Source

<xsd:element name="PUBLIC_KEY">
  <xsd:complexType>
    <xsd:simpleContent>
      <xsd:extension base="typePUBLIC_KEY">
        <xsd:attribute name="type" use="required">
          <xsd:simpleType>
            <xsd:restriction base="dtSTRING">
              <xsd:maxLength value="50"/>
              <xsd:minLength value="1"/>
            </xsd:restriction>
          </xsd:simpleType>
        </xsd:attribute>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
</xsd:element>

Sample