Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Service Development | Properties | Schema Component Properties | Sequence Content Model
 
Sequence Content Model
A sequence content model specifies that the child elements in the instance document must appear in the same order in which they are declared in the content model. This symbol corresponds to the <sequence> compositor in an XML Schema definition or a sequence list in an element type declaration in a DTD.
This field...
Specifies...
Min Occurs
The minimum number of occurrences of the content model for an element in the instance document. The value of Min Occurs is equal to the value of the minOccurs attribute in the <sequence> content model
Max Occurs
The maximum number of occurrences of the content model for an element in the instance document. The value of Max Occurs is equal to the value of the maxOccurs attribute in the <sequence> content model.
Summary of Children
The name and occurrence constraints for the child elements in the content model.
*Name. The name of the child element.
*Min, Max. The minimum and maximum occurrence constraints for the child element. The Min and Max values correspond to the minOccurs and maxOccurs attributes (respectively) in the local element declaration.