DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "ExcludeType"
Namespace:
Content:
complex, 2 elements
Defined:
globally in reusable.xsd, see XML source
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...>
   
Content: 
ID, Version?
</...>
Content Model Elements (2):
ID (in Exclude),
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
An item from the referenced scheme which should be excluded from use for the purposes of the reference. If the version field is not used, then the referenced scheme must include only one item with that ID.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="ExcludeType">
<xs:sequence>
<xs:element name="ID" type="IDType"/>
<xs:element minOccurs="0" name="Version" type="VersionType"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (defined in this component only; 2/2)
ID
Type:
IDType, simple content
ID of excluded item
Simple Content
xs:string
Pattern:
([A-Z]|[a-z]|\*|@|[0-9]|_|$|\-)*
XML Source (w/o annotations (1); see within schema source)
<xs:element name="ID" type="IDType"/>

Version
Type:
VersionType, simple content
Version number of excluded item, provided only for versionable items. If not supplied for a reference to a versionable item, all items with the corresponding ID value are excluded.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Version" type="VersionType"/>

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