W3C

HL7-POLB_IN124200

The document saved/public/HL7/multicacheschemas/POLB_IN124200.xsd has been classified as being possibly an Advanced XML Schema Patterns for Databinding 1.0 conformant document as it only exhibits the following patterns:

Status Nodes Name XPath
basic TargetNamespace .[@targetNamespace]/ (., @targetNamespace)
basic QualifiedLocalElements .[@elementFormDefault = 'qualified']/ (@elementFormDefault)
basic UnqualifiedLocalAttributes .[not(@attributeFormDefault) or @attributeFormDefault = 'unqualified']/ (., @attributeFormDefault)
basic DocumentationElement .//xs:annotation/xs:documentation/ (.., ., .//*, .//@*)
basic IdentifierName .//.[matches(@name, "^[A-Za-z_]([A-Za-z0-9_]0 31)$")]/ (@name)
basic NonIdentifierName .//.[@name and not(matches(@name, "^[A-Za-z_]([A-Za-z0-9_]0 31)$"))]/ (@name)
basic Include ./xs:include[@schemaLocation]/ (., @schemaLocation)
advanced ElementTypeDefaultNamespace .//xs:element[@name and @type and not(contains(@type, ':'))]/ (@name, @type)
basic ElementMinOccurs0 .//xs:element[@minOccurs = '0' and (not(@maxOccurs) or @maxOccurs = '1')]/ (@minOccurs, @maxOccurs)
basic ElementMinOccurs0MaxOccursUnbounded .//xs:element[@minOccurs = '0' and @maxOccurs = 'unbounded']/ (@minOccurs, @maxOccurs)
basic ElementMinOccurs1MaxOccursUnbounded .//xs:element[(not(@minOccurs) or @minOccurs = '1') and @maxOccurs = 'unbounded']/ (@minOccurs, @maxOccurs)
basic AttributeOptional .//xs:attribute[@use = 'optional']/ (@use)
advanced AttributeRequired .//xs:attribute[@use = 'required']/ (@use)
advanced AttributeFixed .//xs:attribute[@fixed] / (@fixed)
advanced AttributeDefault .//xs:attribute[@default] / (@default)
basic GlobalComplexType ./xs:complexType[@name]/ (., @name)
advanced ComplexTypeSequenceChoice .//xs:complexType/xs:sequence/xs:choice/ (., xs:element/(., @name))
basic ComplexTypeAttribute .//xs:complexType/xs:attribute[@name]/ (., @name)
basic ComplexTypeSequence .//xs:complexType/xs:sequence/ (., xs:element/(., @name))
advanced SequenceChoice .//xs:sequence/xs:choice/(.)
advanced ChoiceElement .//xs:choice/xs:element/(.)
basic SequenceElement .//xs:sequence/xs:element/(.)
basic NillableElement .//xs:element[@nillable = 'true' and not(@minOccurs = '0')]/ (@nillable)
advanced NillableOptionalElement .//xs:element[@nillable = 'true' and @minOccurs = '0']/ (@nillable, @minOccurs)
advanced ElementTypeReferenceUnqualified .//xs:element[@name and @type and namespace-uri-from-QName(resolve-QName(@type,.)) != 'http://www.w3.org/2001/XMLSchema' and not(contains(@type, ':'))]/ (., @name, @type)
advanced AttributeTypeReferenceUnqualified .//xs:attribute[@name and @type and namespace-uri-from-QName(resolve-QName(@type,.)) != 'http://www.w3.org/2001/XMLSchema' and not(contains(@type, ':'))]/ (., @name, @type)
basic StringAttribute .//xs:attribute/@type[resolve-QName(.,..) = xs:QName('xs:string')]
basic ComplexTypeAttributeExtension .//xs:complexType/xs:complexContent[xs:extension[@base]/xs:attribute]/ (., xs:extension/(., @base, xs:attribute/(., @name)))
advanced AttributeGroup .//xs:attributeGroup/(.,@name,@ref,xs:attribute)
advanced GlobalElementComplexType .//xs:element[parent::xs:schema]/xs:complexType / (.,..)
advanced ComplexTypeExtension .//xs:complexType/xs:complexContent/xs:extension[@base]/(., @base, ../(.))

<xs:schema TargetNamespace UnqualifiedLocalAttributes targetNamespace="urn:hl7-org:v3" TargetNamespace elementFormDefault="qualified" QualifiedLocalElements >
<xs:annotation DocumentationElement >
<xs:documentation DocumentationElement >
Source Information Rendered by: RoseTree 3.0.15 Rendered on: This document was rendered into XML using software provided to HL7 by Beeler Consulting LLC. PubDB to MIF Transform: $RCSfile: HL7-POLB_IN124200.html,v $ $Revision: 1.13 $ $Date: 2008/07/15 11:07:34 $ Fix names transform: $Id: HL7-POLB_IN124200.html,v 1.13 2008/07/15 11:07:34 gcowe Exp $ HTML to MIF Markup transform: $Id: HL7-POLB_IN124200.html,v 1.13 2008/07/15 11:07:34 gcowe Exp $ Base transform: $Id: HL7-POLB_IN124200.html,v 1.13 2008/07/15 11:07:34 gcowe Exp $ Package Id Conversion: $Id: HL7-POLB_IN124200.html,v 1.13 2008/07/15 11:07:34 gcowe Exp $ Generated using schema builder version: 2.0 and DynamicMifToXSD.xsl version: 1.4 Dynamic MIF to Schema Transform: $Id: HL7-POLB_IN124200.html,v 1.13 2008/07/15 11:07:34 gcowe Exp $ Static MIF to Schema Transform: $Id: HL7-POLB_IN124200.html,v 1.13 2008/07/15 11:07:34 gcowe Exp $ Package Id Conversion: $Id: HL7-POLB_IN124200.html,v 1.13 2008/07/15 11:07:34 gcowe Exp $ Copyright (c) 2002, 2003, 2004, 2005 Health Level Seven. All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by Health Level Seven. * THIS SOFTWARE IS PROVIDED BY HEALTH LEVEL SEVEN, INC. AND CONTRIBUTORS "AS IS" AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE.
</xs:documentation>
</xs:annotation>
<xs:include Include schemaLocation="../coreschemas/infrastructureRoot.xsd" Include />
<xs:include Include schemaLocation="MCCI_MT000100UV01.xsd" Include />
<xs:include Include schemaLocation="MCAI_MT700201UV01.xsd" Include />
<xs:include Include schemaLocation="POLB_MT004000.xsd" Include />
<xs:element GlobalElementComplexType name="POLB_IN124200" IdentifierName >
<xs:complexType GlobalElementComplexType >
<xs:complexContent ComplexTypeAttributeExtension ComplexTypeExtension >
<xs:extension ComplexTypeAttributeExtension ComplexTypeExtension base="POLB_IN124200.MCCI_MT000100UV01.Message" ComplexTypeAttributeExtension ComplexTypeExtension >
<xs:attribute ComplexTypeAttributeExtension name="ITSVersion" IdentifierName ComplexTypeAttributeExtension type="xs:string" StringAttribute use="required" AttributeRequired fixed="XML_1.0" AttributeFixed />
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:complexType GlobalComplexType name="POLB_IN124200.MCCI_MT000100UV01.Message" NonIdentifierName GlobalComplexType >
<xs:sequence ComplexTypeSequence >
<xs:group ref="InfrastructureRootElements"/>
</xs:sequence>
<xs:attributeGroup AttributeGroup ref="InfrastructureRootAttributes" AttributeGroup />
</xs:complexType>
<xs:complexType GlobalComplexType name="POLB_IN124200.MCAI_MT700201UV01.ControlActProcess" NonIdentifierName GlobalComplexType >
<xs:sequence ComplexTypeSequence >
<xs:group ref="InfrastructureRootElements"/>
</xs:sequence>
<xs:attributeGroup AttributeGroup ref="InfrastructureRootAttributes" AttributeGroup />
</xs:complexType>
<xs:complexType GlobalComplexType name="POLB_IN124200.MCAI_MT700201UV01.Subject2" NonIdentifierName GlobalComplexType >
<xs:sequence ComplexTypeSequence >
<xs:group ref="InfrastructureRootElements"/>
</xs:sequence>
<xs:attributeGroup AttributeGroup ref="InfrastructureRootAttributes" AttributeGroup />
</xs:complexType>
</xs:schema>

This document was produced by the W3C XML Schema Patterns for Databinding Working Group. Comments on this document may be sent to the public public-xsd-databinding-comments@w3.org mailing list (public archive).