\r
<!-- Object Production Information -->\r
\r
- <!--\r
- The Object Production Date field is being transitioned to be a\r
- structured date, per CSPACE-3756.\r
-\r
- The original multivalued / repeating text field, objectProductionDates,\r
- is being retained here for backwards compatibility, for now. When the\r
- objectProductionDateGroup is implemented across layers, and is additionally\r
- made multivalued - in the services schemae, by wrapping it in a parent\r
- objectProductionDateGroupList element - the legacy objectProductionDates\r
- element can then be removed.\r
- -->\r
- <xs:element name="objectProductionDates">\r
- <xs:complexType>\r
- <xs:sequence>\r
- <xs:element name="objectProductionDate" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>\r
- </xs:sequence>\r
- </xs:complexType>\r
- </xs:element>\r
<xs:element name="objectProductionDateGroup" type="objectProductionDateGroup"/>\r
\r
<xs:element name="objectProductionNote" type="xs:string"/>\r
<!-- Object Production Information -->
- <!--
- The Object Production Date field is being transitioned to be a
- structured date, per CSPACE-3756.
-
- The original multivalued / repeating text field, objectProductionDates,
- is being retained here for backwards compatibility, for now. When the
- objectProductionDateGroup is implemented across layers, and is additionally
- made multivalued - in the services schemae, by wrapping it in a parent
- objectProductionDateGroupList element - the legacy objectProductionDates
- element can then be removed.
- -->
- <xs:element name="objectProductionDates" type="objectProductionDateList"/>
<xs:element name="objectProductionDateGroup" type="objectProductionDateGroup"/>
<xs:element name="objectProductionNote" type="xs:string"/>
<xs:element name="fieldCollectionSources" type="fieldCollectionSourceList"/>
<xs:element name="fieldCollectors" type="fieldCollectorList"/>
<xs:element name="fieldColEventNames" type="fieldColEventNameList"/>
-
- <!-- Object Description Date Information -->
- <!-- This appears to be a placeholder structured date -->
- <xs:element name="dateAssociation" type="xs:string"/>
- <xs:element name="dateEarliestSingle" type="xs:string"/>
- <xs:element name="dateEarliestSingleCertainty" type="xs:string"/>
- <xs:element name="dateEarliestSingleQualifier" type="xs:string"/>
- <xs:element name="dateLatest" type="xs:string"/>
- <xs:element name="dateLatestCertainty" type="xs:string"/>
- <xs:element name="dateLatestQualifier" type="xs:string"/>
- <xs:element name="datePeriod" type="xs:string"/>
- <xs:element name="dateText" type="xs:string"/>
</xs:sequence>
</xs:complexType>