DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "ContributorType"
Namespace:
Content:
simple, 5 attributes
Defined:
globally in reusable.xsd, see XML source
Includes:
definitions of 2 attributes
Used:
XML Representation Summary
<...
    affiliation
 = 
xs:string
    role
 = 
xs:string
    translatable
 = 
xs:boolean : "true"
    translated
 = 
xs:boolean : "false"
    xml:lang
 = 
xs:language
    >
   
Content: 
{ xs:string }
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The contributor's name.
Type Definition Detail
Type Derivation Tree
xs:string
  InternationalStringType (extension)
      ContributorType (extension)
Derivation:
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="ContributorType">
<xs:simpleContent>
<xs:extension base="InternationalStringType">
<xs:attribute name="role" type="xs:string" use="optional"/>
<xs:attribute name="affiliation" type="xs:string" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
Attribute Detail (defined in this component only; 2/5)
affiliation
Type:
xs:string, predefined
Use:
optional
Human-readable string indicating the contributor's affiliation.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="affiliation" type="xs:string" use="optional"/>

role
Type:
xs:string, predefined
Use:
optional
Role played by the cited contributor.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="role" type="xs:string" use="optional"/>

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set