p:serialization

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
byte-order-mark restriction of xs:NMTOKEN optional
cdata-section-elements xs:NMTOKENS optional
doctype-public optional
doctype-system optional
encoding xs:NMTOKEN optional
escape-uri-attributes restriction of xs:NMTOKEN optional
include-content-type restriction of xs:NMTOKEN optional
indent restriction of xs:NMTOKEN optional
media-type optional
method xs:NMTOKEN optional
normalization-form xs:NMTOKEN optional
omit-xml-declaration restriction of xs:NMTOKEN optional
port xs:NMTOKEN required
standalone restriction of xs:NMTOKEN optional
undeclare-prefixes restriction of xs:NMTOKEN optional
use-when optional
version optional
xml:base xs:anyURI optional
See http://www.w3.org/TR/xmlbase/ for
information about this attribute.
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.

Used By

Source

<xs:element name="serialization">
  <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="p:documentation"/>
      <xs:element ref="p:pipeinfo"/>
    </xs:choice>
    <xs:attribute ref="xml:id"/>
    <xs:attribute ref="xml:base"/>
    <xs:attribute name="use-when"/>
    <xs:attribute name="port" type="xs:NMTOKEN" use="required"/>
    <xs:attribute name="byte-order-mark">
      <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
          <xs:enumeration value="0"/>
          <xs:enumeration value="1"/>
          <xs:enumeration value="true"/>
          <xs:enumeration value="false"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="cdata-section-elements" type="xs:NMTOKENS"/>
    <xs:attribute name="doctype-public"/>
    <xs:attribute name="doctype-system"/>
    <xs:attribute name="encoding" type="xs:NMTOKEN"/>
    <xs:attribute name="escape-uri-attributes">
      <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
          <xs:enumeration value="0"/>
          <xs:enumeration value="1"/>
          <xs:enumeration value="true"/>
          <xs:enumeration value="false"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="include-content-type">
      <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
          <xs:enumeration value="0"/>