public class GTSSchema extends SchemaImpl
Modifier and Type | Field and Description |
---|---|
static ComplexType |
TM_PERIODDURATION_PROPERTYTYPE_TYPE
<xs:complexType name="TM_PeriodDuration_PropertyType">
<xs:sequence minOccurs="0">
<xs:element ref="gts:TM_PeriodDuration"/>
</xs:sequence>
<xs:attribute ref="gco:nilReason"/>
</xs:complexType>
|
static ComplexType |
TM_PRIMITIVE_PROPERTYTYPE_TYPE
<xs:complexType name="TM_Primitive_PropertyType">
<xs:sequence minOccurs="0">
<xs:element ref="gml:AbstractTimePrimitive"/>
</xs:sequence>
<xs:attributeGroup ref="gco:ObjectReference"/>
<xs:attribute ref="gco:nilReason"/>
</xs:complexType>
|
Constructor and Description |
---|
GTSSchema() |
add, clear, containsKey, containsValue, entrySet, equals, get, getURI, hashCode, isEmpty, keySet, profile, put, putAll, remove, size, toString, values
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public static final ComplexType TM_PERIODDURATION_PROPERTYTYPE_TYPE
<xs:complexType name="TM_PeriodDuration_PropertyType">
<xs:sequence minOccurs="0">
<xs:element ref="gts:TM_PeriodDuration"/>
</xs:sequence>
<xs:attribute ref="gco:nilReason"/>
</xs:complexType>
public static final ComplexType TM_PRIMITIVE_PROPERTYTYPE_TYPE
<xs:complexType name="TM_Primitive_PropertyType">
<xs:sequence minOccurs="0">
<xs:element ref="gml:AbstractTimePrimitive"/>
</xs:sequence>
<xs:attributeGroup ref="gco:ObjectReference"/>
<xs:attribute ref="gco:nilReason"/>
</xs:complexType>
Copyright © 1996–2019 Geotools. All rights reserved.