complexType "DeviationFromSampleDesignType"
Namespace:
Content:
complex, 5 attributes, 8 elements
Defined:
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...
   
 = 
("Add" | "Update" | "Delete")
 = 
(xs:string | xs:string)
 = 
("Agency" | "Maintainable") : "Agency"
 = 
xs:boolean
 = 
"true"
   
>
   
Content: 
</...>
Content Model Elements (8):
TypeOfDeviationFromSampleDesign, r:Agency, r:Description, r:ID, r:MaintainableObject, r:URN, r:UserID, r:Version
All Direct / Indirect Based Elements (1):
DeviationFromSampleDesign
Known Usage Locations
Annotation
Describes any deviations from the planned sample design. These may be for reasons of practicality, implementation issues, or other reasons. In addition to a narrative description allows for use of a brief term or controlled vocabulary term to classify the type of deviation.
Type Definition Detail
Type Derivation Tree
r:AbstractIdentifiableType (extension)
  r:IdentifiableType (extension)
      DeviationFromSampleDesignType
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="DeviationFromSampleDesignType">
<xs:complexContent>
<xs:extension base="r:IdentifiableType">
<xs:sequence>
<xs:element minOccurs="0" ref="TypeOfDeviationFromSampleDesign"/>
<xs:element minOccurs="0" ref="r:Description"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 2/8)
r:Description
Type:
r:StructuredStringType, complex content
Full description of deviation from the sample design. Supports structured content and multiple language content.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:Description"/>

TypeOfDeviationFromSampleDesign
Type:
r:CodeValueType, simple content
Allows brief identification of the deviation from the sample design with the option of using a controlled vocabulary.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="TypeOfDeviationFromSampleDesign"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set