Click or drag to resize
SchemaElementDefinition Properties

The SchemaElementDefinition type exposes the following members.

Properties
  NameDescription
Public propertyAlternateNames
Creates an enumerable collection of all alternate names.
Public propertyConstraints
Return the list of constraints.
Public propertyDescription
Gets a string containing a human readable description of this item.
Public propertyMaxValues
Return the maximum number of occurrences of the this item. This value may be UNBOUNDED (-1) or any value >= 1.
Public propertyMinValues
Gets the minimum number of occurrences of this item. This value is always >= 0.
Public propertyName
Gets the name of this item.
Public propertyNumAlternateNames
Gets the number of alternate names for this item.
Public propertyStatus
Gets the status of this SchemaElementDefinition.
Public propertyTypeDefinition
Gets the SchemaTypeDefinition of this item.
Public propertyUserData
Sets and gets the user data associated with this object.
Top
See Also