DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "OriginType"
Namespace:
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...>
   
Content: 
r:Citation?, OriginLocation?
</...>
Content Model Elements (2):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A citation or URI for the source of the data. Note that this is an external reference, and should not be used to point to DDI descriptions of the data, or to DDI-encoded data.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="OriginType">
<xs:sequence>
<xs:element minOccurs="0" ref="r:Citation"/>
<xs:element minOccurs="0" name="OriginLocation" type="xs:anyURI"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (defined in this component only; 2/2)
OriginLocation
Type:
xs:anyURI, predefined, simple content
URI to the data source.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="OriginLocation" type="xs:anyURI"/>

r:Citation
Type:
r:CitationType, complex content
Citation for the data source.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:Citation"/>

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