XdmTypeAttribute Constructor (XmlTypeCode, Quantifier)XdmTypeAttribute Constructor (XmlTypeCode, Quantifier)XdmTypeAttribute Constructor (XmlTypeCode, Quantifier)

Initializes a new instance of the XdmTypeAttributeXdmTypeAttributeXdmTypeAttribute class with a particular sequence type.

Syntax

Public Sub New ( _
    typeCode As System.Xml.Schema.XmlTypeCode, _
    quantifier As Quantifier _
)
public XdmTypeAttribute(
    System.Xml.Schema.XmlTypeCode typeCode,
    Quantifier quantifier
)
public:
XdmTypeAttribute(
    System.Xml.Schema::XmlTypeCode typeCode, 
    Quantifier quantifier
)
 

Parameters

typeCode

Type: System.Xml.Schema.XmlTypeCodeSystem.Xml.Schema.XmlTypeCodeSystem.Xml.Schema::XmlTypeCode

The type code of the items in the sequence.

quantifier

Type: XmlPrime.QuantifierXmlPrime.QuantifierXmlPrime::Quantifier

The cardinality of the sequence type.