complexType "SoftwareType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<... |
|
|
= |
("Canonical" | "Deprecated") |
|
= |
("Add" | "Update" | "Delete") |
|
= |
xs:anyURI |
|
= |
("Agency" | "Maintainable") : "Agency" |
|
= |
"true" |
|
= |
xs:language |
|
|
> |
|
Content: |
(URN | (Agency, ID, Version))[1..2], UserID*, MaintainableObject?, SoftwareName*, SoftwarePackage?, SoftwareVersion?, Description?, Date?, Function* |
|
</...> |
Content Model Elements (12):
-
Agency,
Date,
Description,
Function,
ID,
MaintainableObject,
SoftwareName,
SoftwarePackage,
SoftwareVersion,
URN,
UserID,
Version
All Direct / Indirect Based Elements (2):
-
Annotation
Describes a specific software package, which may be commercially available or custom-made.
Type Derivation Tree SoftwareType |
XML Source (w/o annotations (8); see within schema source)
<xs:complexType name="SoftwareType"> <xs:complexContent> <xs:sequence> <xs:element maxOccurs="unbounded" minOccurs="0" ref="SoftwareName"/> <xs:element minOccurs="0" ref="Date"/> <xs:element maxOccurs="unbounded" minOccurs="0" ref="Function"/> </xs:sequence> <xs:attribute ref="xml:lang" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |
Attribute Detail (all declarations; defined within this component only; 1/6) -
Type: |
xs:language, predefined |
Use: |
optional |
Language (human language) of the software package.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute ref="xml:lang" use="optional"/> |
Content Element Detail (all declarations; defined within this component only; 6/12) -
Release date of the software package.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Date"/> |
-
A description of the content and purpose of the software. May be expressed in multiple languages and supports the use of structured content.
XML Source (w/o annotations (1); see within schema source)
-
Identifies the functions handled by this software. Repeat for multiple functions. It may be advisable to note only those functions used in the specific usage of the software.
Simple Content
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Function"/> |
-
The name of the software package, including its producer.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="SoftwareName"/> |
-
A coded value from a controlled vocabulary, describing the software package.
Simple Content
XML Source (w/o annotations (1); see within schema source)
-
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)