![]() | List |
The ListAttribute type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddListItem | Adds an additional list item attribute to the list attribute. If the List attribute already contains some items, the new item will have the same item type as the already existing items. If this is the first item, the specified itemType is used as the attribute data type. If no itemType is defined, the default data type for the list item is "xs:string". The Item name is automatically set to the Index if the List attribute is an ordered list, otherwise the defined itemName is used. |
![]() | ConvertToListAttribute | Changes the semantic of the specified attribute and converts to a list attribute. A first item is added to the List attribute which is initialized with valued from the converted attribute. If the Attribute is already a list attribute or the attribute contains child attributes it will not be converted. |
![]() | CreateListAttribute | Creates a new list attribute for an element which can have attributes. |
![]() | IsListAttribute | Determines whether the specified attribute is a list attribute. This can be ordered or unordered. |
![]() | IsOrderedListAttribute | Determines whether the specified attribute is an ordered list attribute. |
![]() | IsUnOrderedListAttribute | Determines whether the specified attribute is an unordered list attribute. |
![]() | ListItems | Gets the values of all items in the list attribute |
![]() | ListItemValues | Gets the values of all items in the list attribute |
![]() | MakeListAttribute | Changes the semantic of the specified attribute and converts it to a list attribute. If the Attribute is already a list attribute or the attribute contains child attributes it will not be converted. |