apml:ExplicitSourceType

Complex Type Information

Model

Children: apml:Author

Attributes

QName Type Fixed Default Use Inheritable Annotation
key xs:string required
name xs:string required
type apml:MimeType required
value apml:NodeValueType required
Wildcard: ANY attribute from ANY namespace

Used By

Source

<xs:complexType name="ExplicitSourceType">
  <xs:complexContent>
    <xs:extension base="apml:ExplicitNodeType">
      <xs:sequence>
        <xs:element name="Author" type="apml:ExplicitNodeType" minOccurs="0" maxOccurs="unbounded"/>
      </xs:sequence>
      <!-- The (not necessarily unique) friendly name of the source -->
      <xs:attribute name="name" type="xs:string" use="required"/>
      <!-- The type of the source. This is specified as a mime-type -->
      <xs:attribute name="type" type="apml:MimeType" use="required"/>
      <!-- Allow additional attributes -->
      <xs:anyAttribute/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>