Package org.opengis.geoapi
Class SchemaInformation.Element
- Object
- 
- Element
 
- 
- Enclosing class:
- SchemaInformation
 
 public static final class SchemaInformation.Element extends Object The type and namespace of a property or type.
- 
- 
Field SummaryFields Modifier and Type Field Description StringdocumentationDocumentation, ornullif none.booleanisCollectionWhether the property accepts many items.booleanisRequiredWhether the property is mandatory.StringnamespaceElement namespace as an URI.StringtypeNameThe element type name.
 
- 
- 
- 
Field Detail- 
isRequiredpublic final boolean isRequired Whether the property is mandatory.
 - 
isCollectionpublic final boolean isCollection Whether the property accepts many items.
 - 
documentationpublic final String documentation Documentation, ornullif none.
 
- 
 
-