版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
XML技術實務中央研究院OutlineXMLXMLSchemaDOMandSAXXPathXSLTXQueryWebService/SOAWS-BPELConclusionXMLDocument<?xmlversion=“1.0”encoding=“UTF-8”?><簡歷><姓名>郭譽申</姓名><姓名語言=“英文”>Y.S.Kuo</姓名><教育程度>博士</教育程度><服務單位>中央研究院</服務單位></簡歷>XMLCharacteristicsCodingStandardFlexibleDataStructuresDocumentsandDataContentandPresentationSeparationDeclarativeSchemasXMLVocabulariesXHTML,RosettaNet,UBL,Biztalk,…DataInterchange/SystemIntegration
XMLSchema<xs:elementname="簡歷"><xs:complexType><xs:sequence><xs:elementname="姓名"maxOccurs="unbounded"><xs:complexType><xs:attributename=“語言“type=“string”/></xs:complexType></xs:element><xs:elementname="教育程度“type=“string”/><xs:elementname=“服務單位“minOccurs="0"/></xs:sequence></xs:complexType></xs:element>Element/AttributeDeclarationsElementDeclaration<xsd:elementname="city"type="string“/><city>Taipei</city>AttributeDeclaration<xsd:attributename=“country”type=“NMTOKEN”use=“required”/>Global/LocalDataTypesSimpleTypeAtomic/List/UnionComplexTypePrimitiveTypeDerivedTypeList,Union,Restriction,ExtensionBuilt-In(44)/User-DerivedTypeComplexTypesDerivationbyExtensionAddelementandattributedeclarationsDerivationbyRestrictionPutconstraintsonelementandattributedeclarations<complexTypename="Address"><sequence><elementname=“label"type="string"/><elementname="street"type="string"/><elementname="city"type="string"/></sequence><attributename=“country”type=“NMTOKEN”use=“required”/></complexType>
<complexTypename="Items"><elementname=“item“type=“Item”minOccurs=“0“maxOccurs="unbounded"></element></complexType><complexTypename="ConfirmedItems"><restrictionbase="Items"><elementname="item"type=“Item”minOccurs="1"maxOccurs="unbounded"></element></complexType>ComplexTypesSimpleContentOnlyTextandAttributes,NoElementComplexContentMixedContent<complexTypemixed=“true”> <complexContent>EmptyContentDefiningmyInteger,Range10000-99999
<xsd:simpleTypename="myInteger"><xsd:restrictionbase="xsd:integer"> <xsd:minInclusivevalue="10000"/> <xsd:maxInclusivevalue="99999"/></xsd:restriction></xsd:simpleType>
UsingtheEnumerationFacet<xsd:simpleTypename="USState"><xsd:restrictionbase="xsd:string"> <xsd:enumerationvalue="AK"/> <xsd:enumerationvalue="AL"/> <xsd:enumerationvalue="AR"/> <!--andsoon...--></xsd:restriction></xsd:simpleType>
DerivationbyList<xsd:simpleType name="listOfMyIntType"> <xsd:listitemType="myInteger"/></xsd:simpleType>
ConclusionXSDismuchricherinsemanticsthanDTD.XSDappearslikethedeclarationpartofaprogramminglanguage.XSDisnothardtolearn.XSDisrecommendedbyW3C.XSDwillbethestandard.XMLSchemaversusDTDTypeSystemsBuilt-InTypesTypeDerivationContentModelMixedContentElementOccurrencesWildcardsSemanticConstraintsXSDismuchricherinsemanticsthanDTD.DocumentObjectModel(DOM)
XPathLanguageforAddressingPartsofanXMLDocumentDeclarativeExpressionsUsesinXSLT,XPointer,XQuery,…XPath1.0,W3CREC.,Nov.1999XPath2.0LocationPathschild::doc/child::chapter[position()=5]/child::section[position()=2]Node-SetsRelative/AbsoluteLocationPathLocationStepsAxisNodeTestPredicatePathExpressionsDataTypesNode-Set(LocationPath)BooleanNumberStringVariableReference,e.g.$xFunctionCall,e.g.id(“foo”)XSLTDocumentTransformationamongXMLVocabulariesXSLTisXML-basedXSLTisruleandtemplatebasedXSLTisadeclaritvelanguagematchingisprimaryoperationsalsosupportimperative-likeprimitives,eg.flowcontrol,sorting,variablesHowDoesXSLTWork?HowDoesXSLTWork?Duringthetransformation:XSLTprocessorreadsbothXMLandXSLTdocumentsTrytomatchelementsinXMLaccordingtorulesspecifiedinXSLTIfsomeelementsarematched,processorgeneratesresultelementsaccordingtotemplatesinXSLTAfterthetransformation,youcouldobtain:aresultXMLdocumentXSLTProcessingSequenceHello,World!(material)<?xmlversion="1.0"?><xslTutorial><title>Hello,World!</title><author>Kuan-TaChen</author><date>2001/05/16</date></xslTutorial><xsl:stylesheetversion="1.0“
xmlns:xsl=""><xsl:templatematch="/"><H1><xsl:value-ofselect="//title"/></H1><H2><xsl:value-ofselect="//author"/></H2><H3><xsl:value-ofselect="//date"/></H3></xsl:template></xsl:stylesheet>SourceXMLXSLStylesheetHello,World![result]<?xmlversion="1.0"encoding="UTF-16"?><H1>Hello,World!</H1><H2>Kuan-TaChen</H2><H3>2001/05/16</H3>ResultXMLResultXMLpreviewedinbrowserWebService/SOASupportinteroperablemachine-to-machineinteractionoveranetwork.RPC-Oriented(RemoteProcedureCall)Message-OrientedRESTWebServiceTriadWS-BPEL(BusinessProcessExecutionLanguage)Process/WorkflowEngineforSOAApplicationIntegrationWebServiceDataRepresentationDataTypesinXMLSchemasProcessDefinitionsinXMLXML-BasedWorkflowManagementBPELversusXPDLOASIS,IBM,Oracle,MicrosoftNarrowScopeWebServiceforAppl.IntegrationXMLSchemasasDataTypesWfMC,ManyWfMSVendorsWideScopeAPIinMultipleLanguagesTraditionalDataTypes+XMLBPELvers
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 【高中数学课件】组合数的两个性质
- 2024至2030年中国硅酸根自动监测仪数据监测研究报告
- 2024至2030年中国陶瓷电容编带行业投资前景及策略咨询研究报告
- 2024至2030年中国视频延迟线行业投资前景及策略咨询研究报告
- 2024至2030年中国组合式升降乐池行业投资前景及策略咨询研究报告
- 2024至2030年中国微电脑控制蓄电池容量分选仪数据监测研究报告
- 2024至2030年中国型材成型机行业投资前景及策略咨询研究报告
- 三级安全教育培训资料
- 形式逻辑金岳霖课后习题答案
- 浙江省教育研究院聘用合同模板
- 02S515排水检查井图集
- 代卖商品合同协议书
- 厂房屋顶光伏分布式发电项目建议书
- 《中国传统建筑》课件-中国民居建筑
- 知道网课智慧《设计创新思维》测试答案
- 2024年第九届“鹏程杯”六年级语文邀请赛试卷(复赛)
- YBT 6181-2024《耐矿化物腐蚀高强度钢板》
- GB/T 44051-2024焊缝无损检测薄壁钢构件相控阵超声检测验收等级
- 北京中小学2024至2025学年度第一第二学期校历
- 完整加快发展新质生产力课件
- JTS-201-2011水运工程施工通则
评论
0/150
提交评论