DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "AbstractMaintainableType"
Namespace:
Content:
complex, 10 attributes, 3 elements
Abstract:
(cannot be assigned directly to elements used in instance XML documents)
Defined:
globally in reusable.xsd, see XML source
Includes:
definitions of 4 attributes
Used:
XML Representation Summary
<...
    action
 = 
("Add" | "Update" | "Delete")
    agency
 = 
xs:NCName
    externalReferenceDefaultURI
 = 
xs:anyURI
    id
 = 
xs:string
    isPublished
 = 
xs:boolean : "false"
    objectSource
 = 
xs:anyURI
    urn
 = 
xs:anyURI
    version
 = 
xs:string
    versionDate
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration)
    xml:lang
 = 
xs:language
    >
   
Content: 
UserID*, VersionResponsibility?, VersionRationale*
</...>
Content Model Elements (3):
Known Direct Subtypes (1):
Known Indirect Subtypes (30):
All Direct / Indirect Based Elements (31):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  AbstractVersionableType (extension)
      AbstractMaintainableType (extension)
XML Source (w/o annotations (3); see within schema source)
<xs:complexType abstract="true" name="AbstractMaintainableType">
<xs:complexContent>
<xs:extension base="AbstractVersionableType">
<xs:attribute name="agency" type="xs:NCName" use="optional"/>
<xs:attribute name="externalReferenceDefaultURI" type="xs:anyURI" use="optional"/>
<xs:attribute default="false" name="isPublished" type="xs:boolean"/>
<xs:attribute ref="xml:lang" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (defined in this component only; 4/10)
agency
Type:
xs:NCName, predefined
Use:
optional
Maintaining agency as described in Part 1 of the Technical Specification.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="agency" type="xs:NCName" use="optional"/>

externalReferenceDefaultURI
Type:
xs:anyURI, predefined
Use:
optional
Use to provide a default value for the URI of external references. Use of a URI in a reference within this maintainable overrides the value entered here. Nested maintainables should redeclare the contents of this attribute for clarity.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="externalReferenceDefaultURI" type="xs:anyURI" use="optional"/>

isPublished
Type:
xs:boolean, predefined
Use:
optional
Indicates that the maintainable will not be changed without version, and is a stable target for referencing.
Attribute Value
Default:
"false"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="false" name="isPublished" type="xs:boolean"/>

xml:lang
Type:
xs:language, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute ref="xml:lang" use="optional"/>

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