public class ComplexPropertyTests extends SchemaModelFixture
Sources
gmlObjects, model, schemaInfo| Constructor and Description |
|---|
ComplexPropertyTests() |
| Modifier and Type | Method and Description |
|---|---|
void |
validateMembersOfGmlObjectCollection()
[
Test] A GML object collection is any gml:AbstractObject having a
property element whose content model is derived by extension from
gml:AbstractMemberType. |
void |
validateMetadataProperties()
[
Test] Validates the content of metadata properties. |
initSchemaModelFixture, setSchemaModelpublic void validateMetadataProperties()
Test] Validates the content of metadata properties. A metadata
property type must be derived by extension from
gml:AbstractMetadataPropertyType; it shall follow one of the patterns
specified for GML property types in clause 7.2.3, and cannot contain a
wildcard particle. A property value must be specified--an empty content
model is not permitted even if a reference is allowed.
Sources
public void validateMembersOfGmlObjectCollection()
Test] A GML object collection is any gml:AbstractObject having a
property element whose content model is derived by extension from
gml:AbstractMemberType. A member property type shall follow one of the
patterns specified for GML property types in clause 7.2.3.
Furthermore, the collection type may also include a reference to the
attribute group gml:AggregationAttributeGroup in order to provide
additional information about the semantics of the object collection.
Sources
Copyright © 2023 Open Geospatial Consortium. All rights reserved.