Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element ValidationPartAssemblyInstancesType / Instance
Annotations
The Instance is a set of instance validation properties.
Diagram
Diagram QIFProduct_xsd_Complex_Type_ValidationPartAssemblyInstanceType.tmp#ValidationPartAssemblyInstanceType_AsmPathId QIFProduct_xsd_Complex_Type_ValidationPartAssemblyInstanceType.tmp#ValidationPartAssemblyInstanceType_Centroid QIFProduct_xsd_Complex_Type_ValidationPartAssemblyInstanceType.tmp#ValidationPartAssemblyInstanceType_Box QIFProduct_xsd_Complex_Type_ValidationPartAssemblyInstanceType.tmp#ValidationPartAssemblyInstanceType
Type ValidationPartAssemblyInstanceType
Properties
content complex
maxOccurs unbounded
Children AsmPathId, Box, Centroid
Instance
<Instance xmlns="http://qifstandards.org/xsd/qif3">
  <AsmPathId xId="">{1,1}</AsmPathId>
  <Centroid>{0,1}</Centroid>
  <Box>{0,1}</Box>
</Instance>
Source
<xs:element name="Instance" type="ValidationPartAssemblyInstanceType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>The Instance is a set of instance validation properties.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd
Complex Type ValidationPartAssemblyInstancesType
Annotations
The ValidationPartAssemblyInstancesType is an array of instance validation properties.
Diagram
Diagram QIFProduct_xsd_Complex_Type_ValidationPartAssemblyInstancesType.tmp#ValidationPartAssemblyInstancesType_n QIFProduct_xsd_Complex_Type_ValidationPartAssemblyInstancesType.tmp#ValidationPartAssemblyInstancesType_Instance
Used by
Children Instance
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of Instance in this set.
Source
<xs:complexType name="ValidationPartAssemblyInstancesType">
  <xs:annotation>
    <xs:documentation>The ValidationPartAssemblyInstancesType is an array of instance validation properties.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Instance" type="ValidationPartAssemblyInstanceType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>The Instance is a set of instance validation properties.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="n" type="NaturalType" use="required">
    <xs:annotation>
      <xs:documentation>The required n attribute is the number of Instance in this set.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd
Attribute ValidationPartAssemblyInstancesType / @n
Annotations
The required n attribute is the number of Instance in this set.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of Instance in this set.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd