Skip to content

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
highsource committed Aug 28, 2015
1 parent 5952d9f commit aaae46b
Show file tree
Hide file tree
Showing 21 changed files with 4,119 additions and 4,119 deletions.
2 changes: 1 addition & 1 deletion XMLSchema/2001/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.hisrc.w3c</groupId>
<artifactId>w3c-schema-parent</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.3.0</version>
<relativePath>../../schema-parent/pom.xml</relativePath>
</parent>
<build>
Expand Down
2 changes: 1 addition & 1 deletion XMLSchema/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.hisrc.w3c</groupId>
<artifactId>w3c-schemas-project</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<modules>
<module>2001</module>
Expand Down
2 changes: 1 addition & 1 deletion atom/2005/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.hisrc.w3c</groupId>
<artifactId>w3c-schema-parent</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.3.0</version>
<relativePath>../../schema-parent/pom.xml</relativePath>
</parent>
<build>
Expand Down
2 changes: 1 addition & 1 deletion atom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.hisrc.w3c</groupId>
<artifactId>w3c-schemas-project</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<modules>
<module>2005</module>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.hisrc.w3c</groupId>
<artifactId>w3c-schemas-project</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.3.0</version>
<packaging>pom</packaging>
<name>W3C Schemas Project</name>
<url>https://github.com/highsource/w3c-schemas</url>
Expand Down
2 changes: 1 addition & 1 deletion schema-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.hisrc.w3c</groupId>
<artifactId>w3c-schemas-project</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion schemas/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.hisrc.w3c</groupId>
<artifactId>w3c-schemas-project</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<build>
<defaultGoal>install</defaultGoal>
Expand Down
2 changes: 1 addition & 1 deletion schemas/src/main/resources/w3c/globalBindings.xjb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
fixedAttributeAsConstantProperty="true"
typesafeEnumBase="xs:string"
typesafeEnumMemberName="generateName"
generateIsSetMethod="false"
generateIsSetMethod="true"
generateMixedExtensions="true">
<xjc:noValidator />
<xjc:noValidatingUnmarshaller />
Expand Down
44 changes: 22 additions & 22 deletions scripts/lib/Atom_1_0.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@ var Atom_1_0_Module_Factory = function () {
n: 'Atom_1_0',
dens: 'http:\/\/www.w3.org\/2005\/Atom',
tis: [{
ln: 'AtomPersonConstruct',
tn: 'atomPersonConstruct',
ps: [{
n: 'nameOrUriOrEmail',
col: true,
mx: false,
dom: false,
etis: [{
en: 'email'
}, {
en: 'uri'
}, {
en: 'name'
}],
t: 'ers'
}]
}, {
ln: 'Link',
tn: null,
ps: [{
Expand Down Expand Up @@ -42,36 +59,19 @@ var Atom_1_0_Module_Factory = function () {
},
t: 'a'
}]
}, {
ln: 'AtomPersonConstruct',
tn: 'atomPersonConstruct',
ps: [{
n: 'nameOrUriOrEmail',
col: true,
mx: false,
dom: false,
etis: [{
en: 'name'
}, {
en: 'uri'
}, {
en: 'email'
}],
t: 'ers'
}]
}],
eis: [{
en: 'author',
ti: '.AtomPersonConstruct'
}, {
en: 'uri'
}, {
en: 'email'
}, {
en: 'name'
}, {
en: 'link',
ti: '.Link'
}, {
en: 'author',
ti: '.AtomPersonConstruct'
}, {
en: 'uri'
}]
};
return {
Expand Down
106 changes: 53 additions & 53 deletions scripts/lib/WS_Addr_1_0_Core.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,6 @@ var WS_Addr_1_0_Core_Module_Factory = function () {
n: 'WS_Addr_1_0_Core',
dens: 'http:\/\/www.w3.org\/2005\/08\/addressing',
tis: [{
ln: 'AttributedQNameType',
ps: [{
n: 'otherAttributes',
t: 'aa'
}, {
n: 'value',
ti: 'QName',
t: 'v'
}]
}, {
ln: 'AttributedAnyType',
ps: [{
n: 'otherAttributes',
t: 'aa'
}, {
n: 'any',
mx: false,
t: 'ae'
}]
}, {
ln: 'EndpointReferenceType',
ps: [{
n: 'otherAttributes',
Expand All @@ -46,26 +26,15 @@ var WS_Addr_1_0_Core_Module_Factory = function () {
t: 'ae'
}]
}, {
ln: 'AttributedUnsignedLongType',
ln: 'AttributedQNameType',
ps: [{
n: 'otherAttributes',
t: 'aa'
}, {
n: 'value',
ti: 'Integer',
ti: 'QName',
t: 'v'
}]
}, {
ln: 'MetadataType',
ps: [{
n: 'otherAttributes',
t: 'aa'
}, {
n: 'any',
col: true,
mx: false,
t: 'ae'
}]
}, {
ln: 'RelatesToType',
ps: [{
Expand All @@ -82,13 +51,15 @@ var WS_Addr_1_0_Core_Module_Factory = function () {
t: 'a'
}]
}, {
ln: 'AttributedURIType',
ln: 'ReferenceParametersType',
ps: [{
n: 'otherAttributes',
t: 'aa'
}, {
n: 'value',
t: 'v'
n: 'any',
col: true,
mx: false,
t: 'ae'
}]
}, {
ln: 'ProblemActionType',
Expand All @@ -104,7 +75,26 @@ var WS_Addr_1_0_Core_Module_Factory = function () {
en: 'SoapAction'
}]
}, {
ln: 'ReferenceParametersType',
ln: 'AttributedUnsignedLongType',
ps: [{
n: 'otherAttributes',
t: 'aa'
}, {
n: 'value',
ti: 'Integer',
t: 'v'
}]
}, {
ln: 'AttributedURIType',
ps: [{
n: 'otherAttributes',
t: 'aa'
}, {
n: 'value',
t: 'v'
}]
}, {
ln: 'MetadataType',
ps: [{
n: 'otherAttributes',
t: 'aa'
Expand All @@ -114,46 +104,56 @@ var WS_Addr_1_0_Core_Module_Factory = function () {
mx: false,
t: 'ae'
}]
}, {
ln: 'AttributedAnyType',
ps: [{
n: 'otherAttributes',
t: 'aa'
}, {
n: 'any',
mx: false,
t: 'ae'
}]
}],
eis: [{
en: 'FaultTo',
ti: '.EndpointReferenceType'
}, {
en: 'To',
ti: '.AttributedURIType'
}, {
en: 'Action',
ti: '.AttributedURIType'
}, {
en: 'ProblemHeaderQName',
ti: '.AttributedQNameType'
}, {
en: 'MessageID',
ti: '.AttributedURIType'
}, {
en: 'ProblemIRI',
ti: '.AttributedURIType'
}, {
en: 'RelatesTo',
ti: '.RelatesToType'
}, {
en: 'ProblemAction',
ti: '.ProblemActionType'
}, {
en: 'RetryAfter',
ti: '.AttributedUnsignedLongType'
}, {
en: 'ReplyTo',
en: 'ProblemHeaderQName',
ti: '.AttributedQNameType'
}, {
en: 'Metadata',
ti: '.MetadataType'
}, {
en: 'EndpointReference',
ti: '.EndpointReferenceType'
}, {
en: 'MessageID',
ti: '.AttributedURIType'
}, {
en: 'RelatesTo',
ti: '.RelatesToType'
}, {
en: 'From',
ti: '.EndpointReferenceType'
}, {
en: 'EndpointReference',
en: 'ReplyTo',
ti: '.EndpointReferenceType'
}, {
en: 'Metadata',
ti: '.MetadataType'
en: 'To',
ti: '.AttributedURIType'
}, {
en: 'ProblemHeader',
ti: '.AttributedAnyType'
Expand Down
Loading

0 comments on commit aaae46b

Please sign in to comment.