Class <<DataType>> CGI_PhysicalDescription
Numbers and word values with a pointer to the semantics
Local Subclasses: (none)Attributes
| Name | Type | Bounds | From Class | Notes | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| property | ScopedName | 1..1 | CGI_PhysicalDescription | Specifies the property that the value is applied to | ||||||
|
||||||||||
| value | CGI_Value | 1..1 | CGI_PhysicalDescription | The value of the specified property | ||||||
|
||||||||||
Outbound Associations
| Name | Type | Multiplicity | From Class | Notes |
|---|
Constraints
| Constraint | Type | Status | Weight |
|---|
Tagged values
| Tag | Value | Notes |
|---|---|---|
| byValuePropertyType | true | Values: true,false Default: false Description: enforce the 'by value' property pattern without xl |
| hasXmlLang | false | Values: true | false Default: false Description: axml attribute xml:lang shall be generated for the type representing the class |
| isCollection | false | Values: true,false Default: false Description: attribute group gml:AggregationAttributeGroup is a |
| noPropertyType | false | Values: true,false Default: false Description: suppress automatic creation of *PropertyType compl |
GML-conformant XML Implementation Details
<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="CGI_PhysicalDescription" type="gsml:CGI_PhysicalDescriptionType">
<xs:annotation>
<xs:documentation>Numbers and word values with a pointer to the semantics</xs:documentation>
</xs:annotation>
</xs:element>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="CGI_PhysicalDescriptionType">
<xs:sequence>
<xs:element name="property" type="cgu:CodeWithAuthorityType">
<xs:annotation>
<xs:documentation>Specifies the property that the value is applied to</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="value" type="gsml:CGI_ValuePropertyType">
<xs:annotation>
<xs:documentation>The value of the specified property</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="CGI_PhysicalDescriptionPropertyType">
<xs:sequence>
<xs:element ref="gsml:CGI_PhysicalDescription"/>
</xs:sequence>
</xs:complexType>
|