Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Attribute xmcda:instanceDescription / @instanceID
Namespace No namespace
Type xs:string
Properties
use optional
Used by
Attribute Group xmcda:instanceDescription
Source
<xs:attribute name="instanceID" type="xs:string" use="optional"/>
Attribute xmcda:instanceDescription / @previousInstanceID
Namespace No namespace
Type xs:string
Properties
use optional
Used by
Attribute Group xmcda:instanceDescription
Source
<xs:attribute name="previousInstanceID" type="xs:string" use="optional"/>
Attribute xmcda:instanceDescription / @instanceAuthor
Namespace No namespace
Type xs:string
Properties
use optional
Used by
Attribute Group xmcda:instanceDescription
Source
<xs:attribute name="instanceAuthor" type="xs:string" use="optional"/>
Attribute xmcda:instanceDescription / @creationDate
Namespace No namespace
Type xs:dateTime
Properties
use optional
Used by
Attribute Group xmcda:instanceDescription
Source
<xs:attribute name="creationDate" type="xs:dateTime" use="optional"/>
Attribute xmcda:instanceDescription / @lastModificationDate
Namespace No namespace
Type xs:dateTime
Properties
use optional
Used by
Attribute Group xmcda:instanceDescription
Source
<xs:attribute name="lastModificationDate" type="xs:dateTime" use="optional"/>
Attribute Group xmcda:instanceDescription
Namespace http://www.decision-deck.org/2019/XMCDA-2.2.3
Annotations
Group of attributes used to describe the physical characteristics of an XMCDA instance file. The instanceID is required. The optional previousInstanceID is used to link the current instance to the previous version of the same XMCDA document.
Diagram
Diagram XMCDA-2_2_3_xsd_Attribute_Group_xmcda_instanceDescription.tmp#instanceDescription_instanceID XMCDA-2_2_3_xsd_Attribute_Group_xmcda_instanceDescription.tmp#instanceDescription_previousInstanceID XMCDA-2_2_3_xsd_Attribute_Group_xmcda_instanceDescription.tmp#instanceDescription_instanceAuthor XMCDA-2_2_3_xsd_Attribute_Group_xmcda_instanceDescription.tmp#instanceDescription_creationDate XMCDA-2_2_3_xsd_Attribute_Group_xmcda_instanceDescription.tmp#instanceDescription_lastModificationDate
Used by
Element xmcda:XMCDA
Attributes
QName Type Use
creationDate xs:dateTime optional
instanceAuthor xs:string optional
instanceID xs:string optional
lastModificationDate xs:dateTime optional
previousInstanceID xs:string optional
Source
<xs:attributeGroup name="instanceDescription">
  <xs:annotation>
    <xs:documentation>Group of attributes used to describe the physical characteristics of an XMCDA instance file. The instanceID is required. The optional previousInstanceID is used to link the current instance to the previous version of the same XMCDA document.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="instanceID" type="xs:string" use="optional"/>
  <xs:attribute name="previousInstanceID" type="xs:string" use="optional"/>
  <xs:attribute name="instanceAuthor" type="xs:string" use="optional"/>
  <xs:attribute name="creationDate" type="xs:dateTime" use="optional"/>
  <xs:attribute name="lastModificationDate" type="xs:dateTime" use="optional"/>
</xs:attributeGroup>