complexType "DescribableType"
Namespace: |
|
Content: |
|
Abstract: |
(cannot be assigned directly to elements used in instance XML documents) |
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<... |
|
|
= |
("Add" | "Update" | "Delete") |
|
= |
(xs:string | xs:string) |
|
= |
("Agency" | "Maintainable") : "Agency" |
|
= |
xs:boolean |
|
= |
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration) |
|
= |
xs:boolean : "false" |
|
= |
"true" |
|
|
> |
|
Content: |
( URN | ( Agency, ID, Version))[1..2], UserID*, UserAttributePair*, ( VersionResponsibility | VersionResponsibilityReference)?, VersionRationale?, BasedOnObject?, RelatedOtherMaterialReference*, MaintainableObject?, Name*, Label*, Description? |
|
</...> |
Known Direct Subtypes (8):
-
All Direct / Indirect Based Elements (8):
-
Annotation
A versionable object that has a Name, Label, and Description.
Type Derivation Tree
DescribableType
|
XML Source (w/o annotations (4); see within schema source)
<xs:complexContent mixed="false">
<xs:extension base="VersionableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Name"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Label"/>
<xs:element maxOccurs="1" minOccurs="0" ref="Description"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|
Content Element Detail (all declarations; defined within this component only; 3/15)
-
A description of the content and purpose of the item. May be expressed in multiple languages and supports the use of structured content.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="Description"/>
|
-
A display label for the item. May be expressed in multiple languages. Repeat for labels with different content, for example, labels with differing length limitations.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Label"/>
|
-
A name for the item. May be expressed in multiple languages. Repeat the element to express names with different content, for example different names for different systems.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Name"/>
|