<xs:element name="clusterProperties" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="direction" type="tml:BindType" minOccurs="0"> <xs:annotation> <xs:documentation>Allowed Values: fromSystem, toSystem. default fromSystem</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="tml:complexity" minOccurs="0"/> <xs:element name="clusterType" type="tml:BindType" minOccurs="0"> <xs:annotation> <xs:documentation>Allowed values: binary, packedXML. verboseXML. default binary</xs:documentation> </xs:annotation> </xs:element> <xs:element name="clusterSize" type="tml:BindType" minOccurs="0"> <xs:annotation> <xs:documentation>Integer number of bytes in Cluster</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |