Home
last modified time | relevance | path

Searched refs:minOccurs (Results 1 – 25 of 1111) sorted by relevance

12345678910>>...45

/dports/textproc/py-python-docx/python-docx-0.8.11/docs/dev/analysis/features/
H A Dsettings.rst97 <xsd:element name="writeProtection" type="CT_WriteProtection" minOccurs="0"/>
98 <xsd:element name="view" type="CT_View" minOccurs="0"/>
99 <xsd:element name="zoom" type="CT_Zoom" minOccurs="0"/>
100 <xsd:element name="removePersonalInformation" type="CT_OnOff" minOccurs="0"/>
101 <xsd:element name="removeDateAndTime" type="CT_OnOff" minOccurs="0"/>
102 <xsd:element name="doNotDisplayPageBoundaries" type="CT_OnOff" minOccurs="0"/>
103 <xsd:element name="displayBackgroundShape" type="CT_OnOff" minOccurs="0"/>
104 <xsd:element name="printPostScriptOverText" type="CT_OnOff" minOccurs="0"/>
105 <xsd:element name="printFractionalCharacterWidth" type="CT_OnOff" minOccurs="0"/>
106 <xsd:element name="printFormsData" type="CT_OnOff" minOccurs="0"/>
[all …]
/dports/games/stendhal/stendhal-1.35/data/conf/
H A Ditems.xsd9 <element name="item" type="Q1:itemType" minOccurs="0"
56 <element name="atk" type="Q1:attribute" minOccurs="0"/>
57 <element name="def" type="Q1:attribute" minOccurs="0"/>
58 <element name="ratk" type="Q1:attribute" minOccurs="0"/>
60 <element name="amount" type="Q1:attribute" minOccurs="0"/>
62 <element name="range" type="Q1:attribute" minOccurs="0"/>
63 <element name="quantity" type="Q1:attribute" minOccurs="0"/>
65 <element name="regen" type="Q1:attribute" minOccurs="0"/>
66 <element name="rate" type="Q1:attribute" minOccurs="0"/>
73 <element name="autobind" type="Q1:attribute" minOccurs="0"/>
[all …]
/dports/www/tikiwiki/tiki-21.2/lib/shipping/ups-wsdl/
H A DRateWebServiceSchema.xsd32 <xsd:element minOccurs="0" name="Weight" type="xsd:string"/>
83 <xsd:element minOccurs="0" name="City" type="xsd:string"/>
118 <xsd:element minOccurs="0" name="Length" type="xsd:string"/>
119 <xsd:element minOccurs="0" name="Width" type="xsd:string"/>
120 <xsd:element minOccurs="0" name="Height" type="xsd:string"/>
160 <xsd:element minOccurs="0" name="COD" type="rate:CODType"/>
173 <xsd:element minOccurs="0" name="Code" type="xsd:string"/>
197 <xsd:element minOccurs="0" name="Name" type="xsd:string"/>
203 <xsd:element minOccurs="0" name="Name" type="xsd:string"/>
229 <xsd:element minOccurs="0" name="COD" type="rate:CODType"/>
[all …]
/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/doc/carddatabase_v3/
H A Dcards.xsd14 <xs:element name="info" minOccurs="0" maxOccurs="1">
17 <xs:element type="xs:string" name="author" minOccurs="0" maxOccurs="1" />
18 <xs:element type="xs:string" name="createdAt" minOccurs="0" maxOccurs="1" />
19 <xs:element type="xs:string" name="sourceUrl" minOccurs="0" maxOccurs="1" />
20 <xs:element type="xs:string" name="sourceVersion" minOccurs="0" maxOccurs="1" />
24 <xs:element name="sets" minOccurs="0">
27 <xs:element name="set" maxOccurs="unbounded" minOccurs="0">
40 <xs:element name="cards" minOccurs="0">
43 <xs:element name="card" maxOccurs="unbounded" minOccurs="0">
47 <xs:element name="set" maxOccurs="unbounded" minOccurs="1">
[all …]
/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/doc/carddatabase_v4/
H A Dcards.xsd13 <xs:element type="xs:string" name="name" minOccurs="1" maxOccurs="1" />
14 <xs:element type="xs:string" name="longname" minOccurs="0" maxOccurs="1" />
15 <xs:element type="xs:string" name="settype" minOccurs="0" maxOccurs="1" />
34 <xs:any processContents="skip" minOccurs="0" maxOccurs="unbounded" />
39 <xs:element type="xs:string" name="name" minOccurs="1"/>
40 <xs:element type="xs:string" name="text" minOccurs="0" maxOccurs="1" />
41 <xs:element name="prop" minOccurs="0" maxOccurs="1">
47 <xs:choice minOccurs="0" maxOccurs="unbounded">
60 <xs:element name="info" minOccurs="0" maxOccurs="1">
70 <xs:element name="sets" minOccurs="0">
[all …]
/dports/databases/pear-MDB2_Schema/MDB2_Schema-0.8.6/docs/
H A DMDB.xsd15 <xsd:element ref="create" minOccurs="0"/>
16 <xsd:element ref="overwrite" minOccurs="0"/>
18 <xsd:element ref="comments" minOccurs="0"/>
30 <xsd:element ref="was" minOccurs="0"/>
32 <xsd:element ref="comments" minOccurs="0"/>
87 <xsd:element ref="was" minOccurs="0"/>
88 <xsd:element ref="start" minOccurs="0"/>
105 <xsd:element ref="was" minOccurs="0"/>
115 <xsd:element ref="was" minOccurs="0"/>
116 <xsd:element ref="match" minOccurs="0"/>
[all …]
/dports/lang/kawa/kawa-3.1.1/gnu/kawa/reflect/
H A DOccurrenceType.java18 int minOccurs; field in OccurrenceType
23 public int minOccurs() { return minOccurs; } in minOccurs() method in OccurrenceType
31 this.minOccurs = minOccurs; in OccurrenceType()
44 minOccurs *= occ.minOccurs; in getInstance()
67 if (minOccurs == occOther.minOccurs
149 return n >= minOccurs in isInstance()
165 return n >= minOccurs in isInstance()
227 int min = occ.minOccurs(); in itemCountRange()
344 sbuf.append(minOccurs); in toString()
358 out.writeInt(minOccurs); in writeExternal()
[all …]
/dports/www/glassfish4/glassfish4/glassfish/lib/schemas/weblogic-rdbms-jar/1.2/
H A Dweblogic-rdbms-jar.xsd26 <element name="database-type" type="wls:database-typeType" minOccurs="0"/>
28 <element name="compatibility" type="wls:compatibilityType" minOccurs="0"/>
45 <element name="group-name" type="wls:group-nameType" minOccurs="0"/>
154 <element name="group-name" type="wls:group-nameType" minOccurs="0"/>
261 <element name="description" type="j2ee:descriptionType" minOccurs="0"/>
326 <choice minOccurs="0">
342 <element name="group-name" type="wls:group-nameType" minOccurs="0"/>
349 <element name="sql" type="j2ee:xsdStringType" minOccurs="0"/>
382 <element name="use-inner-join" type="wls:true-falseType" minOccurs="0"/>
390 <element name="table-name" type="wls:table-nameType" minOccurs="0"/>
[all …]
/dports/www/payara/payara5/glassfish/lib/schemas/weblogic-rdbms-jar/1.2/
H A Dweblogic-rdbms-jar.xsd26 <element name="database-type" type="wls:database-typeType" minOccurs="0"/>
28 <element name="compatibility" type="wls:compatibilityType" minOccurs="0"/>
45 <element name="group-name" type="wls:group-nameType" minOccurs="0"/>
154 <element name="group-name" type="wls:group-nameType" minOccurs="0"/>
261 <element name="description" type="j2ee:descriptionType" minOccurs="0"/>
326 <choice minOccurs="0">
342 <element name="group-name" type="wls:group-nameType" minOccurs="0"/>
349 <element name="sql" type="j2ee:xsdStringType" minOccurs="0"/>
382 <element name="use-inner-join" type="wls:true-falseType" minOccurs="0"/>
390 <element name="table-name" type="wls:table-nameType" minOccurs="0"/>
[all …]
/dports/www/glassfish4/glassfish4/glassfish/lib/schemas/weblogic-rdbms-jar/1.1/
H A Dweblogic-rdbms-jar.xsd26 <element name="database-type" type="wls:database-typeType" minOccurs="0"/>
28 <element name="compatibility" type="wls:compatibilityType" minOccurs="0"/>
45 <element name="group-name" type="wls:group-nameType" minOccurs="0"/>
154 <element name="group-name" type="wls:group-nameType" minOccurs="0"/>
261 <element name="description" type="j2ee:descriptionType" minOccurs="0"/>
326 <choice minOccurs="0">
341 <element name="group-name" type="wls:group-nameType" minOccurs="0"/>
348 <element name="sql" type="j2ee:xsdStringType" minOccurs="0"/>
381 <element name="use-inner-join" type="wls:true-falseType" minOccurs="0"/>
389 <element name="table-name" type="wls:table-nameType" minOccurs="0"/>
[all …]
/dports/www/glassfish4/glassfish4/glassfish/lib/schemas/weblogic-rdbms-jar/1.0/
H A Dweblogic-rdbms-jar.xsd26 <element name="database-type" type="wls:database-typeType" minOccurs="0"/>
28 <element name="compatibility" type="wls:compatibilityType" minOccurs="0"/>
45 <element name="group-name" type="wls:group-nameType" minOccurs="0"/>
154 <element name="group-name" type="wls:group-nameType" minOccurs="0"/>
261 <element name="description" type="j2ee:descriptionType" minOccurs="0"/>
326 <choice minOccurs="0">
341 <element name="group-name" type="wls:group-nameType" minOccurs="0"/>
348 <element name="sql" type="j2ee:xsdStringType" minOccurs="0"/>
381 <element name="use-inner-join" type="wls:true-falseType" minOccurs="0"/>
389 <element name="table-name" type="wls:table-nameType" minOccurs="0"/>
[all …]
/dports/www/payara/payara5/glassfish/lib/schemas/weblogic-rdbms-jar/1.0/
H A Dweblogic-rdbms-jar.xsd26 <element name="database-type" type="wls:database-typeType" minOccurs="0"/>
28 <element name="compatibility" type="wls:compatibilityType" minOccurs="0"/>
45 <element name="group-name" type="wls:group-nameType" minOccurs="0"/>
154 <element name="group-name" type="wls:group-nameType" minOccurs="0"/>
261 <element name="description" type="j2ee:descriptionType" minOccurs="0"/>
326 <choice minOccurs="0">
341 <element name="group-name" type="wls:group-nameType" minOccurs="0"/>
348 <element name="sql" type="j2ee:xsdStringType" minOccurs="0"/>
381 <element name="use-inner-join" type="wls:true-falseType" minOccurs="0"/>
389 <element name="table-name" type="wls:table-nameType" minOccurs="0"/>
[all …]
/dports/www/payara/payara5/glassfish/lib/schemas/weblogic-rdbms-jar/1.1/
H A Dweblogic-rdbms-jar.xsd26 <element name="database-type" type="wls:database-typeType" minOccurs="0"/>
28 <element name="compatibility" type="wls:compatibilityType" minOccurs="0"/>
45 <element name="group-name" type="wls:group-nameType" minOccurs="0"/>
154 <element name="group-name" type="wls:group-nameType" minOccurs="0"/>
261 <element name="description" type="j2ee:descriptionType" minOccurs="0"/>
326 <choice minOccurs="0">
341 <element name="group-name" type="wls:group-nameType" minOccurs="0"/>
348 <element name="sql" type="j2ee:xsdStringType" minOccurs="0"/>
381 <element name="use-inner-join" type="wls:true-falseType" minOccurs="0"/>
389 <element name="table-name" type="wls:table-nameType" minOccurs="0"/>
[all …]
/dports/www/glassfish4/glassfish4/glassfish/lib/schemas/10.3/weblogic-rdbms-jar/1.0/
H A Dweblogic-rdbms-jar.xsd26 <element name="database-type" type="wls:database-typeType" minOccurs="0"/>
28 <element name="compatibility" type="wls:compatibilityType" minOccurs="0"/>
45 <element name="group-name" type="wls:group-nameType" minOccurs="0"/>
154 <element name="group-name" type="wls:group-nameType" minOccurs="0"/>
261 <element name="description" type="j2ee:descriptionType" minOccurs="0"/>
326 <choice minOccurs="0">
340 <element name="group-name" type="wls:group-nameType" minOccurs="0"/>
347 <element name="sql" type="j2ee:xsdStringType" minOccurs="0"/>
380 <element name="use-inner-join" type="wls:true-falseType" minOccurs="0"/>
388 <element name="table-name" type="wls:table-nameType" minOccurs="0"/>
[all …]
/dports/www/payara/payara5/glassfish/lib/schemas/10.3/weblogic-rdbms-jar/1.0/
H A Dweblogic-rdbms-jar.xsd26 <element name="database-type" type="wls:database-typeType" minOccurs="0"/>
28 <element name="compatibility" type="wls:compatibilityType" minOccurs="0"/>
45 <element name="group-name" type="wls:group-nameType" minOccurs="0"/>
154 <element name="group-name" type="wls:group-nameType" minOccurs="0"/>
261 <element name="description" type="j2ee:descriptionType" minOccurs="0"/>
326 <choice minOccurs="0">
340 <element name="group-name" type="wls:group-nameType" minOccurs="0"/>
347 <element name="sql" type="j2ee:xsdStringType" minOccurs="0"/>
380 <element name="use-inner-join" type="wls:true-falseType" minOccurs="0"/>
388 <element name="table-name" type="wls:table-nameType" minOccurs="0"/>
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/models/
H A DCMBuilder.java149 int minOccurs = particle.fMinOccurs; in buildSyntaxTree() local
155 if (minOccurs > 1) { in buildSyntaxTree()
157 minOccurs = 1; in buildSyntaxTree()
161 minOccurs = 2; in buildSyntaxTree()
251 if (minOccurs==1 && maxOccurs==1) { in expandContentModel()
296 if (minOccurs > 0) { in expandContentModel()
299 if (maxOccurs > minOccurs) { in expandContentModel()
361 int minOccurs = particle.fMinOccurs; in buildCompactSyntaxTree() local
416 if (minOccurs == 1 && maxOccurs == 1) { in buildCompactSyntaxTree2()
438 if (minOccurs == 0) { in buildCompactSyntaxTree2()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/models/
H A DCMBuilder.java149 int minOccurs = particle.fMinOccurs; in buildSyntaxTree() local
155 if (minOccurs > 1) { in buildSyntaxTree()
157 minOccurs = 1; in buildSyntaxTree()
161 minOccurs = 2; in buildSyntaxTree()
251 if (minOccurs==1 && maxOccurs==1) { in expandContentModel()
296 if (minOccurs > 0) { in expandContentModel()
299 if (maxOccurs > minOccurs) { in expandContentModel()
361 int minOccurs = particle.fMinOccurs; in buildCompactSyntaxTree() local
416 if (minOccurs == 1 && maxOccurs == 1) { in buildCompactSyntaxTree2()
438 if (minOccurs == 0) { in buildCompactSyntaxTree2()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/models/
H A DCMBuilder.java149 int minOccurs = particle.fMinOccurs; in buildSyntaxTree() local
155 if (minOccurs > 1) { in buildSyntaxTree()
157 minOccurs = 1; in buildSyntaxTree()
161 minOccurs = 2; in buildSyntaxTree()
251 if (minOccurs==1 && maxOccurs==1) { in expandContentModel()
296 if (minOccurs > 0) { in expandContentModel()
299 if (maxOccurs > minOccurs) { in expandContentModel()
361 int minOccurs = particle.fMinOccurs; in buildCompactSyntaxTree() local
416 if (minOccurs == 1 && maxOccurs == 1) { in buildCompactSyntaxTree2()
438 if (minOccurs == 0) { in buildCompactSyntaxTree2()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/models/
H A DCMBuilder.java149 int minOccurs = particle.fMinOccurs; in buildSyntaxTree() local
155 if (minOccurs > 1) { in buildSyntaxTree()
157 minOccurs = 1; in buildSyntaxTree()
161 minOccurs = 2; in buildSyntaxTree()
251 if (minOccurs==1 && maxOccurs==1) { in expandContentModel()
296 if (minOccurs > 0) { in expandContentModel()
299 if (maxOccurs > minOccurs) { in expandContentModel()
361 int minOccurs = particle.fMinOccurs; in buildCompactSyntaxTree() local
416 if (minOccurs == 1 && maxOccurs == 1) { in buildCompactSyntaxTree2()
438 if (minOccurs == 0) { in buildCompactSyntaxTree2()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/models/
H A DCMBuilder.java149 int minOccurs = particle.fMinOccurs; in buildSyntaxTree() local
155 if (minOccurs > 1) { in buildSyntaxTree()
157 minOccurs = 1; in buildSyntaxTree()
161 minOccurs = 2; in buildSyntaxTree()
251 if (minOccurs==1 && maxOccurs==1) { in expandContentModel()
296 if (minOccurs > 0) { in expandContentModel()
299 if (maxOccurs > minOccurs) { in expandContentModel()
361 int minOccurs = particle.fMinOccurs; in buildCompactSyntaxTree() local
416 if (minOccurs == 1 && maxOccurs == 1) { in buildCompactSyntaxTree2()
438 if (minOccurs == 0) { in buildCompactSyntaxTree2()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/models/
H A DCMBuilder.java149 int minOccurs = particle.fMinOccurs; in buildSyntaxTree() local
155 if (minOccurs > 1) { in buildSyntaxTree()
157 minOccurs = 1; in buildSyntaxTree()
161 minOccurs = 2; in buildSyntaxTree()
251 if (minOccurs==1 && maxOccurs==1) { in expandContentModel()
296 if (minOccurs > 0) { in expandContentModel()
299 if (maxOccurs > minOccurs) { in expandContentModel()
361 int minOccurs = particle.fMinOccurs; in buildCompactSyntaxTree() local
416 if (minOccurs == 1 && maxOccurs == 1) { in buildCompactSyntaxTree2()
438 if (minOccurs == 0) { in buildCompactSyntaxTree2()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/models/
H A DCMBuilder.java149 int minOccurs = particle.fMinOccurs; in buildSyntaxTree() local
155 if (minOccurs > 1) { in buildSyntaxTree()
157 minOccurs = 1; in buildSyntaxTree()
161 minOccurs = 2; in buildSyntaxTree()
251 if (minOccurs==1 && maxOccurs==1) { in expandContentModel()
296 if (minOccurs > 0) { in expandContentModel()
299 if (maxOccurs > minOccurs) { in expandContentModel()
361 int minOccurs = particle.fMinOccurs; in buildCompactSyntaxTree() local
416 if (minOccurs == 1 && maxOccurs == 1) { in buildCompactSyntaxTree2()
438 if (minOccurs == 0) { in buildCompactSyntaxTree2()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/models/
H A DCMBuilder.java149 int minOccurs = particle.fMinOccurs; in buildSyntaxTree() local
155 if (minOccurs > 1) { in buildSyntaxTree()
157 minOccurs = 1; in buildSyntaxTree()
161 minOccurs = 2; in buildSyntaxTree()
251 if (minOccurs==1 && maxOccurs==1) { in expandContentModel()
296 if (minOccurs > 0) { in expandContentModel()
299 if (maxOccurs > minOccurs) { in expandContentModel()
361 int minOccurs = particle.fMinOccurs; in buildCompactSyntaxTree() local
416 if (minOccurs == 1 && maxOccurs == 1) { in buildCompactSyntaxTree2()
438 if (minOccurs == 0) { in buildCompactSyntaxTree2()
[all …]
/dports/textproc/py-python-docx/python-docx-0.8.11/docs/dev/analysis/features/table/
H A Dtable-row.rst92 <xsd:element name="tblPrEx" type="CT_TblPrEx" minOccurs="0"/>
93 <xsd:element name="trPr" type="CT_TrPr" minOccurs="0"/>
104 <xsd:element name="cnfStyle" type="CT_Cnf" minOccurs="0"/>
105 <xsd:element name="divId" type="CT_DecimalNumber" minOccurs="0"/>
106 <xsd:element name="gridBefore" type="CT_DecimalNumber" minOccurs="0"/>
107 <xsd:element name="gridAfter" type="CT_DecimalNumber" minOccurs="0"/>
108 <xsd:element name="wBefore" type="CT_TblWidth" minOccurs="0"/>
109 <xsd:element name="wAfter" type="CT_TblWidth" minOccurs="0"/>
110 <xsd:element name="cantSplit" type="CT_OnOff" minOccurs="0"/>
111 <xsd:element name="trHeight" type="CT_Height" minOccurs="0"/>
[all …]
/dports/textproc/py-python-docx/python-docx-0.8.11/docs/dev/analysis/features/text/
H A Dtab-stops.rst182 <xsd:element name="pStyle" type="CT_String" minOccurs="0"/>
183 <xsd:element name="keepNext" type="CT_OnOff" minOccurs="0"/>
184 <xsd:element name="keepLines" type="CT_OnOff" minOccurs="0"/>
185 <xsd:element name="pageBreakBefore" type="CT_OnOff" minOccurs="0"/>
186 <xsd:element name="framePr" type="CT_FramePr" minOccurs="0"/>
187 <xsd:element name="widowControl" type="CT_OnOff" minOccurs="0"/>
188 <xsd:element name="numPr" type="CT_NumPr" minOccurs="0"/>
189 <xsd:element name="suppressLineNumbers" type="CT_OnOff" minOccurs="0"/>
190 <xsd:element name="pBdr" type="CT_PBdr" minOccurs="0"/>
191 <xsd:element name="shd" type="CT_Shd" minOccurs="0"/>
[all …]

12345678910>>...45