Showing:

Annotations
Diagrams
Properties
Source
Used by
Element AuthorType / Name
Annotations
The optional Author element is the name of the person.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="Name" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Author element is the name of the person.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPD.xsd
Element AuthorType / Organization
Annotations
The optional Organization element is the name of author's organization.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="Organization" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Organization element is the name of author's organization.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPD.xsd
Complex Type AuthorType
Annotations
The AuthorType contains information about the author.
Diagram
Diagram PrimitivesPD_xsd_Complex_Type_AuthorType.tmp#AuthorType_Name PrimitivesPD_xsd_Complex_Type_AuthorType.tmp#AuthorType_Organization
Used by
Children Name, Organization
Source
<xs:complexType name="AuthorType">
  <xs:annotation>
    <xs:documentation>The AuthorType contains information about the author.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Name" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Author element is the name of the person.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Organization" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Organization element is the name of author's organization.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPD.xsd