| schema location: | Z:\schema\Rev0\GenericText.xsd |
| attribute form default: | |
| element form default: | qualified |
| targetNamespace: | http://www.eamxml.org/schema/Rev0 |
| Elements | Complex types |
| GenericText | GenericTextType |
| diagram | ![]() |
||||||||||||
| namespace | http://www.eamxml.org/schema/Rev0 | ||||||||||||
| type | GenericTextType | ||||||||||||
| properties |
|
||||||||||||
| attributes |
|
||||||||||||
| source | <xs:element name="GenericText" type="GenericTextType"/> |
| diagram | ![]() |
||||||||||||
| namespace | http://www.eamxml.org/schema/Rev0 | ||||||||||||
| type | extension of xs:string | ||||||||||||
| properties |
|
||||||||||||
| used by |
|
||||||||||||
| attributes |
|
||||||||||||
| source | <xs:complexType name="GenericTextType"> <xs:simpleContent> <xs:extension base="xs:string"> <xs:attribute name="Id" use="required"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Cool"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> |
| type | restriction of xs:string | ||||
| properties |
|
||||
| facets |
|
||||
| source | <xs:attribute name="Id" use="required"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Cool"/> </xs:restriction> </xs:simpleType> </xs:attribute> |