Class GTSSchema

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface Map

        Map.Entry<K extends Object,​V extends Object>
    • Field Summary

      Fields 
      Modifier and Type Field 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 Summary

      Constructors 
      Constructor Description
      GTSSchema()  
    • Field Detail

      • TM_PERIODDURATION_PROPERTYTYPE_TYPE

        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>
        
            
           
      • TM_PRIMITIVE_PROPERTYTYPE_TYPE

        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>
        
            
           
    • Constructor Detail

      • GTSSchema

        public GTSSchema()