xpdl:ExtendedAttribute

Element Information

Model

ANY element from ANY namespace

Attributes

QName Type Fixed Default Use Inheritable Annotation
Name xsd:NMTOKEN required
Value xsd:string optional

Used By

Source

<xsd:element name="ExtendedAttribute">
  <xsd:complexType mixed="true">
    <xsd:choice minOccurs="0" maxOccurs="unbounded">
      <xsd:any processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:choice>
    <xsd:attribute name="Name" type="xsd:NMTOKEN" use="required"/>
    <xsd:attribute name="Value" type="xsd:string"/>