DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "SoftwareType"
Namespace:
Content:
complex, 6 attributes, 6 elements
Defined:
globally in reusable.xsd, see XML source
Includes:
definitions of 1 attribute and 5 elements
Used:
XML Representation Summary
<...
    action
 = 
("Add" | "Update" | "Delete")
    id
 = 
xs:string
    isIdentifiable
 = 
"true"
    objectSource
 = 
xs:anyURI
    urn
 = 
xs:anyURI
    xml:lang
 = 
xs:language
    >
   
Content: 
UserID*, Name*, SoftwarePackage?, Version?, Description*, Date?
</...>
Content Model Elements (6):
All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
Describes a specific software package, which may be commercially available or bespoke.
Type Definition Detail
Type Derivation Tree
  IdentifiableType (extension)
      SoftwareType (extension)
XML Source (w/o annotations (6); see within schema source)
<xs:complexType name="SoftwareType">
<xs:complexContent>
<xs:extension base="IdentifiableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Name"/>
<xs:element minOccurs="0" ref="SoftwarePackage"/>
<xs:element minOccurs="0" name="Version" type="xs:string"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Description"/>
<xs:element minOccurs="0" ref="Date"/>
</xs:sequence>
<xs:attribute ref="xml:lang" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (defined in this component only; 1/6)
xml:lang
Type:
xs:language, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute ref="xml:lang" use="optional"/>
Content Element Detail (defined in this component only; 5/6)
Date
Type:
DateType, complex content
Release date of the software package.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Date"/>

Description
Type:
StructuredStringType, mixed content
Description of the software package, intended to be human-readable.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Description"/>

Name
Type:
InternationalStringType, simple content
The name of the software package, including its producer.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Name"/>

SoftwarePackage
Type:
CodeValueType, simple content
A coded value from a controlled vocabulary, describing the software package.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="SoftwarePackage"/>

Version
Type:
xs:string, predefined, simple content
The version of the software package. Defaults to '1.0'.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Version" type="xs:string"/>

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