Changeset 866 for TI07-MOLES/trunk/v1Schema/Schemae/ndgmetadata1.2.4.xsd
- Timestamp:
- 28/04/06 21:28:36 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI07-MOLES/trunk/v1Schema/Schemae/ndgmetadata1.2.4.xsd
r811 r866 11 11 addition of dgPolygon2D to dgSpatialCoverage; 12 12 addition of dgCourse2D to dgSpatialCoverage/dgCourse; 13 modification of dgDataGranule/accessControlPolicy to be easier for programmers; 14 correction of dgRelatedDataGranuleID to dgRelatedDataEntity; 13 15 extension of dgSecurityConditionType to allow plain English explanatory text. 14 16 requirement for a deployment to have an end date removed; … … 173 175 <xs:element name="accessControlPolicyURL" type="xs:anyURI"/> 174 176 <xs:element name="accessControlPolicyText" type="xs:string"/> 175 <xs:element name="accessControlPolicyConditions"> 176 <xs:complexType> 177 <xs:sequence maxOccurs="unbounded"> 178 <xs:element name="accessControlCondition" type="dgSecurityConditionType"/> 179 </xs:sequence> 180 </xs:complexType> 181 </xs:element> 177 <xs:element name="dgSecurityCondition" type="dgSecurityConditionType" maxOccurs="unbounded"/> 182 178 </xs:choice> 183 179 </xs:complexType> … … 236 232 </xs:element> 237 233 <xs:element name="RelatedDeployment" type="dgDeploymentType" minOccurs="0" maxOccurs="unbounded"/> 238 <xs:element name="dgRelatedData GranuleID" minOccurs="0" maxOccurs="unbounded">234 <xs:element name="dgRelatedDataEntity" minOccurs="0" maxOccurs="unbounded"> 239 235 <xs:annotation> 240 236 <xs:documentation>Relations other than Input...</xs:documentation>
Note: See TracChangeset
for help on using the changeset viewer.