Annotation Interface EdmComplexType
Annotation for a EDM/CSDL ComplexType element.
EdmComplexType holds a set of related information like EdmPrimitiveType properties and EdmComplexType properties.
-
Optional Element Summary
Optional Elements
-
Element Details
-
name
String nameDefine the name for the ComplexType. If not set a default value has to be generated by the EDM provider.- Returns:
- name for the ComplexType
- Default:
""
-
namespace
String namespaceDefine the namespace for the ComplexType. If not set a default value has to be generated by the EDM provider.- Returns:
- namespace for the ComplexType
- Default:
""
-