diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.mostcooperation.com | ||||||||||||||||||||||||||||||
type | extension of Version | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | Author Company Modification | ||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xs:complexType name="VersionEx"> <xs:annotation> <xs:documentation>Used for version information for FBlocks and functions.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="Version"> <xs:attribute name="Access" use="optional" default="public"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="public"/> <xs:enumeration value="private"/> <xs:enumeration value="preliminary"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> |
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:attribute name="Access" use="optional" default="public"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="public"/> <xs:enumeration value="private"/> <xs:enumeration value="preliminary"/> </xs:restriction> </xs:simpleType> </xs:attribute> |