p:namespaces

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
binding xs:NMTOKEN optional
element optional
except-prefixes xs:NMTOKENS optional
use-when 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="namespaces">
  <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="binding" type="xs:NMTOKEN"/>
    <xs:attribute name="element"/>
    <xs:attribute name="except-prefixes" type="xs:NMTOKENS"/>
  </xs:complexType>
</xs:element>

Sample